Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d035563 authored by oshmoun's avatar oshmoun Committed by Bernhard Thoben
Browse files

kitakami-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
parent d51e0b47
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
libqti-perfd-client.so
libadsprpc.so
libOpenCL.so
+4 −0
Original line number Diff line number Diff line
@@ -264,6 +264,10 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
    android.hardware.power@1.2-service-qti

# Public Libraries
PRODUCT_COPY_FILES += \
    $(LOCAL_PATH)/configs/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt

# Recovery
PRODUCT_PACKAGES += \
    librecovery_updater_kitakami