diff --git a/configs/public.libraries.system_ext.txt b/configs/public.libraries.system_ext.txt new file mode 100644 index 0000000..6a601bc --- /dev/null +++ b/configs/public.libraries.system_ext.txt @@ -0,0 +1 @@ +libencoderjpeg_jni.so nopreload diff --git a/device.mk b/device.mk index 9861cb8..2971f00 100644 --- a/device.mk +++ b/device.mk @@ -191,6 +191,9 @@ PRODUCT_PACKAGES += \ libutilscallstack.vendor:64 \ vendor.qti.hardware.camera.postproc@1.0.vendor +PRODUCT_COPY_FILES += \ + $(LOCAL_PATH)/configs/public.libraries.system_ext.txt:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/public.libraries.txt + # Display PRODUCT_PACKAGES += \ android.hardware.graphics.mapper@3.0-impl-qti-display \