pipa: Decommonize nv_mac binary

Change-Id: I119f5854b83526e58ad3c8981396aa261cc7f579
This commit is contained in:
Sugakesshaa
2025-03-09 23:42:17 +08:00
parent 40502bd391
commit 70abeb8a45
3 changed files with 18 additions and 0 deletions

View File

@@ -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",

View File

@@ -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

Binary file not shown.