diff --git a/configs/public.libraries.txt b/configs/public.libraries.txt new file mode 100644 index 0000000..19c3863 --- /dev/null +++ b/configs/public.libraries.txt @@ -0,0 +1,3 @@ +libqti-perfd-client.so +libadsprpc.so +libOpenCL.so diff --git a/product/qcom-perf.mk b/product/qcom-perf.mk index 1185b79..426ad9f 100644 --- a/product/qcom-perf.mk +++ b/product/qcom-perf.mk @@ -2,6 +2,10 @@ PRODUCT_COPY_FILES += \ $(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 PRODUCT_PROPERTY_OVERRIDES += \ ro.vendor.extension_library=libqti-perfd-client.so