Add whitelist to support exposing vendor libs
From ZUI 11.5.160
This commit is contained in:
parent
92508335e2
commit
5625a48a0a
2 changed files with 15 additions and 0 deletions
11
configs/public.libraries.txt
Normal file
11
configs/public.libraries.txt
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
libqti-perfd-client.so
|
||||||
|
libadsprpc.so
|
||||||
|
libcdsprpc.so
|
||||||
|
libsdsprpc.so
|
||||||
|
libfastcvopt.so
|
||||||
|
liblistenjni.so
|
||||||
|
liblistensoundmodel2.so
|
||||||
|
libOpenCL.so
|
||||||
|
libnpu.so
|
||||||
|
libhta_hexagon_runtime.so
|
||||||
|
unnhal-acc-hta.so
|
|
@ -150,6 +150,10 @@ PRODUCT_COPY_FILES += \
|
||||||
$(LOCAL_PATH)/configs/media_profiles_vendor.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_vendor.xml \
|
$(LOCAL_PATH)/configs/media_profiles_vendor.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_vendor.xml \
|
||||||
$(LOCAL_PATH)/configs/system_properties.xml:$(TARGET_COPY_OUT_VENDOR)/etc/system_properties.xml
|
$(LOCAL_PATH)/configs/system_properties.xml:$(TARGET_COPY_OUT_VENDOR)/etc/system_properties.xml
|
||||||
|
|
||||||
|
# Native libraries whitelist
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
$(LOCAL_PATH)/configs/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt
|
||||||
|
|
||||||
# Net
|
# Net
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
netutils-wrapper-1.0
|
netutils-wrapper-1.0
|
||||||
|
|
Loading…
Reference in a new issue