Aerodactyl: Add ST NFC vendor extension lib

This commit is contained in:
Mashopy
2026-01-18 21:45:49 +01:00
parent 378da9ec2a
commit 1a0d3a1ed0
3 changed files with 29 additions and 0 deletions
+1
View File
@@ -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
View File
@@ -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.