pipa: Decommonize nv_mac binary
Change-Id: I119f5854b83526e58ad3c8981396aa261cc7f579
This commit is contained in:
17
Android.bp
17
Android.bp
@@ -3477,6 +3477,23 @@ sh_binary {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_binary {
|
||||
name: "nv_mac",
|
||||
owner: "xiaomi",
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: ["proprietary/vendor/bin/nv_mac"],
|
||||
shared_libs: ["libcutils", "liblog", "libqmi_cci", "libc++", "libc", "libm", "libdl", ],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_binary {
|
||||
name: "sensors.qti",
|
||||
owner: "xiaomi",
|
||||
|
||||
@@ -431,5 +431,6 @@ PRODUCT_PACKAGES += \
|
||||
vendor.qti.hardware.sensorscalibrate@1.0-service \
|
||||
init.qcom.sensors \
|
||||
init.qti.chg_policy \
|
||||
nv_mac \
|
||||
sensors.qti \
|
||||
sscrpcd
|
||||
|
||||
BIN
proprietary/vendor/bin/nv_mac
vendored
Executable file
BIN
proprietary/vendor/bin/nv_mac
vendored
Executable file
Binary file not shown.
Reference in New Issue
Block a user