forked from DD3Boh/proprietary_vendor_xiaomi_twolip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Android.bp
45 lines (40 loc) · 930 Bytes
/
Android.bp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
// Automatically generated file. DO NOT MODIFY
//
// This file is generated by device/xiaomi/tulip/setup-makefiles.sh
soong_namespace {
}
cc_prebuilt_library_shared {
name: "libthermalclient",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm: {
srcs: ["proprietary/vendor/lib/libthermalclient.so"],
},
android_arm64: {
srcs: ["proprietary/vendor/lib64/libthermalclient.so"],
},
},
compile_multilib: "both",
check_elf_files: false,
prefer: true,
soc_specific: true,
}
android_app_import {
name: "FingerprintExtensionService",
owner: "xiaomi",
apk: "proprietary/vendor/app/FingerprintExtensionService/FingerprintExtensionService.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
soc_specific: true,
}
dex_import {
name: "com.fingerprints.extension",
owner: "xiaomi",
jars: ["proprietary/vendor/framework/com.fingerprints.extension.jar"],
soc_specific: true,
}