sweet: Copy NFC firmware to the correct location
Change-Id: I157a0f02c02b4d4fca72c0153aa09e4d1f978e12
This commit is contained in:
parent
40511a2fb8
commit
50bd579d7a
34
Android.bp
34
Android.bp
@ -247,23 +247,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
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 {
|
cc_prebuilt_library_shared {
|
||||||
name: "libqtigef",
|
name: "libqtigef",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
@ -2440,6 +2423,23 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
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 {
|
cc_prebuilt_library_shared {
|
||||||
name: "librelight_only",
|
name: "librelight_only",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
|
@ -196,7 +196,6 @@ PRODUCT_PACKAGES += \
|
|||||||
libaudioroute_ext \
|
libaudioroute_ext \
|
||||||
libhdmiedid \
|
libhdmiedid \
|
||||||
libhfp \
|
libhfp \
|
||||||
libpn553_fw \
|
|
||||||
libqtigef \
|
libqtigef \
|
||||||
libsndmonitor \
|
libsndmonitor \
|
||||||
libspkrprot \
|
libspkrprot \
|
||||||
@ -321,6 +320,7 @@ PRODUCT_PACKAGES += \
|
|||||||
libmulticam_video_optical_zoom \
|
libmulticam_video_optical_zoom \
|
||||||
libnotifyaudiohal \
|
libnotifyaudiohal \
|
||||||
liboemcrypto \
|
liboemcrypto \
|
||||||
|
libpn553_fw \
|
||||||
librelight_only \
|
librelight_only \
|
||||||
libremosaic_wrapper \
|
libremosaic_wrapper \
|
||||||
libremosaiclib \
|
libremosaiclib \
|
||||||
|
Loading…
Reference in New Issue
Block a user