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:
parent
cc472568e1
commit
c858ca4529
2 changed files with 7 additions and 0 deletions
3
configs/public.libraries.txt
Normal file
3
configs/public.libraries.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
libqti-perfd-client.so
|
||||||
|
libadsprpc.so
|
||||||
|
libOpenCL.so
|
4
wayne.mk
4
wayne.mk
|
@ -351,6 +351,10 @@ PRODUCT_PACKAGES += \
|
||||||
power.sdm660 \
|
power.sdm660 \
|
||||||
android.hardware.power@1.1-service-qti \
|
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
|
# Low power Whitelist
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
$(COMMON_PATH)/configs/qti_whitelist.xml:system/etc/sysconfig/qti_whitelist.xml \
|
$(COMMON_PATH)/configs/qti_whitelist.xml:system/etc/sysconfig/qti_whitelist.xml \
|
||||||
|
|
Loading…
Reference in a new issue