msm8937-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
7fcaa86e0f
commit
852bf8a7c9
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
|
|
@ -2,6 +2,10 @@
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
$(VENDOR_PATH)/configs/powerhint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.xml
|
$(VENDOR_PATH)/configs/powerhint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.xml
|
||||||
|
|
||||||
|
# Public Libraries
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
$(VENDOR_PATH)/configs/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt
|
||||||
|
|
||||||
# Properties
|
# Properties
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
ro.vendor.extension_library=libqti-perfd-client.so
|
ro.vendor.extension_library=libqti-perfd-client.so
|
||||||
|
|
Loading…
Reference in a new issue