davinci: List additional native libraries to expose to apps
* Initially based on the list defined by Xiaomi, trimmed to include only the vendor libs that are also being shipped by us. Change-Id: I552dc44a32221d2d3cec48e1c64ed72c470d412e
This commit is contained in:
parent
cee65c43f9
commit
7e2d54a2a7
25
configs/public.libraries.txt
Normal file
25
configs/public.libraries.txt
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
libadsprpc.so
|
||||||
|
libalCFR.so
|
||||||
|
libalhLDC.so
|
||||||
|
libarcsoft_beautyshot.so
|
||||||
|
libarcsoft_bodyslim.so
|
||||||
|
libarcsoft_distortion_correction.so
|
||||||
|
libarcsoft_dualcam_refocus_front.so
|
||||||
|
libarcsoft_dualcam_refocus_rear_t.so
|
||||||
|
libarcsoft_dualcam_refocus_rear_w.so
|
||||||
|
libarcsoft_dualcam_refocus.so
|
||||||
|
libarcsoft_high_dynamic_range.so
|
||||||
|
libarcsoft_high_dynamic_range.so
|
||||||
|
libarcsoft_low_light_hdr.so
|
||||||
|
libarcsoft_portrait_lighting_c.so
|
||||||
|
libarcsoft_portrait_lighting.so
|
||||||
|
libcdsprpc.so
|
||||||
|
libmialgoengine.so
|
||||||
|
libmibokeh_712.so
|
||||||
|
libmpbase.so
|
||||||
|
libnpu.so
|
||||||
|
libOpenCL.so
|
||||||
|
libqti-perfd-client.so
|
||||||
|
libsdsprpc.so
|
||||||
|
libVDClearShot.so
|
||||||
|
libVDSuperPhotoAPI.so
|
@ -23,6 +23,10 @@ $(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk)
|
|||||||
# Call the proprietary setup
|
# Call the proprietary setup
|
||||||
$(call inherit-product, vendor/xiaomi/davinci/davinci-vendor.mk)
|
$(call inherit-product, vendor/xiaomi/davinci/davinci-vendor.mk)
|
||||||
|
|
||||||
|
# Additional native libraries
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
$(LOCAL_PATH)/configs/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt
|
||||||
|
|
||||||
# AID/fs configs
|
# AID/fs configs
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
fs_config_files
|
fs_config_files
|
||||||
|
Loading…
Reference in New Issue
Block a user