-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAndroid.bp
99 lines (96 loc) · 2.31 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
//
// Automatically generated file. DO NOT MODIFY
//
soong_namespace {
imports: [
"vendor/motorola/exynos9610-common",
"device/motorola/exynos9610-common",
"hardware/samsung_slsi-linaro/exynos",
"hardware/samsung_slsi-linaro/graphics",
],
}
cc_prebuilt_library_shared {
name: "sensors.troika_sprout",
owner: "motorola",
strip: {
none: true,
},
target: {
android_arm: {
srcs: [
"proprietary/vendor/lib/hw/sensors.troika_sprout.so",
],
shared_libs: [
"libcutils",
"liblog",
"libutils-v32",
"libc++",
"libc",
"libm",
"libdl",
],
},
android_arm64: {
srcs: [
"proprietary/vendor/lib64/hw/sensors.troika_sprout.so",
],
shared_libs: [
"libcutils",
"liblog",
"libutils-v32",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "both",
relative_install_path: "hw",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "sensors.chub",
owner: "motorola",
strip: {
none: true,
},
target: {
android_arm: {
srcs: [
"proprietary/vendor/lib/sensors.chub.so",
],
shared_libs: [
"liblog",
"libcutils",
"libhubconnection",
"libstagefright_foundation",
"libutils-v32",
"libc++",
"libc",
"libm",
"libdl",
],
},
android_arm64: {
srcs: [
"proprietary/vendor/lib64/sensors.chub.so",
],
shared_libs: [
"liblog",
"libcutils",
"libhubconnection",
"libstagefright_foundation",
"libutils-v32",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "both",
prefer: true,
soc_specific: true,
}