wayne-common: Add public.libraries.txt

Android needs this text file to know what libraries are allowed to be loaded by apps directly.
For now, add:
libOpenCL.so to the list, in order to get OpenCL to function properly.
adsprpc related libraries, since they were also declared public in stock.

Change-Id: I15ef7a7ab7d1f1a0cc6b484cd2ca9993f40de23b
This commit is contained in:
oshmoun 2018-02-18 23:00:04 +01:00 committed by Isaac Chen
parent cc472568e1
commit c858ca4529
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,3 @@
libqti-perfd-client.so
libadsprpc.so
libOpenCL.so

View file

@ -351,6 +351,10 @@ PRODUCT_PACKAGES += \
power.sdm660 \
android.hardware.power@1.1-service-qti \
# Public Libraries
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/configs/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt
# Low power Whitelist
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/configs/qti_whitelist.xml:system/etc/sysconfig/qti_whitelist.xml \