Skip to content

Commit

Permalink
chime: Import native public libraries list
Browse files Browse the repository at this point in the history
from: V12.5.9.0

Signed-off-by: HeroBuxx <[email protected]>
  • Loading branch information
herobuxx committed Jun 28, 2022
1 parent 7d71f3c commit 7330624
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
28 changes: 28 additions & 0 deletions configs/public.libraries.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
libqti-perfd-client.so
libadsprpc.so
libcdsprpc.so
libsdsprpc.so
libfastcvopt.so
liblistensoundmodel2.so
libOpenCL.so

libmialgoengine.so 64
libmpbase.so 64
libHalSuperSensorServer.so 64
libSuperSensor.so 64
libSuperSensorCPU.so 64
libarcsoft_beautyshot.so 64
libmiStereoFactoryRemapLib.so 64
libanc_dc_base.so 64
libwa_dof.so 64
libwa_refocus.so 64
libalCFR.so 64
libalhLDC.so 64
libflaw.so 64
libsdk_sr.so 64
libst_sr_models.so 64
libxmi_high_dynamic_range.so 64
libmibokeh_712.so 64
libbeauty_face_interface.so 64
libc++_shared.so 64
libmiai_supernight.so 64
4 changes: 4 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/media/media_profiles_vendor.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_vendor.xml \
$(LOCAL_PATH)/media/system_properties.xml:$(TARGET_COPY_OUT_VENDOR)/etc/system_properties.xml

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

# QTI Permissions
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/qti_whitelist.xml:system/etc/sysconfig/qti_whitelist.xml \
Expand Down

0 comments on commit 7330624

Please sign in to comment.