sweet: Copy NFC firmware to the correct location

Change-Id: I157a0f02c02b4d4fca72c0153aa09e4d1f978e12
This commit is contained in:
basamaryan 2024-03-24 04:30:01 -04:00
parent 40511a2fb8
commit 50bd579d7a
No known key found for this signature in database
GPG Key ID: 0A28C6D8648B81DD
3 changed files with 18 additions and 18 deletions

View File

@ -247,23 +247,6 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libpn553_fw",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm: {
srcs: ["proprietary/vendor/lib/libpn553_fw.so"],
},
},
compile_multilib: "32",
check_elf_files: false,
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libqtigef",
owner: "xiaomi",
@ -2440,6 +2423,23 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libpn553_fw",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: ["proprietary/vendor/lib64/libpn553_fw.so"],
},
},
compile_multilib: "64",
check_elf_files: false,
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "librelight_only",
owner: "xiaomi",

View File

@ -196,7 +196,6 @@ PRODUCT_PACKAGES += \
libaudioroute_ext \
libhdmiedid \
libhfp \
libpn553_fw \
libqtigef \
libsndmonitor \
libspkrprot \
@ -321,6 +320,7 @@ PRODUCT_PACKAGES += \
libmulticam_video_optical_zoom \
libnotifyaudiohal \
liboemcrypto \
libpn553_fw \
librelight_only \
libremosaic_wrapper \
libremosaiclib \