Aerodactyl: Add ST NFC vendor extension lib
This commit is contained in:
@@ -404,6 +404,7 @@ PRODUCT_COPY_FILES += \
|
||||
vendor/nothing/Aerodactyl/proprietary/vendor/firmware/wifi.cfg:$(TARGET_COPY_OUT_VENDOR)/firmware/wifi.cfg
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
libnfc_vendor_extn_st \
|
||||
APUWareApusysAidlServer \
|
||||
APUWareUtilsServer \
|
||||
libGLES_meow \
|
||||
|
||||
+28
@@ -10,6 +10,34 @@ soong_namespace {
|
||||
],
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libnfc_vendor_extn_st",
|
||||
owner: "nothing",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/system/lib64/libnfc_vendor_extn_st.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libbase",
|
||||
"libutils",
|
||||
"libhidlbase",
|
||||
"libbinder_ndk",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "APUWareApusysAidlServer",
|
||||
owner: "nothing",
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user