mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: Import public libraries config
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
d99080b100
commit
c7ac200878
3 changed files with 31 additions and 2 deletions
27
configs/public.libraries.txt
Normal file
27
configs/public.libraries.txt
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
libHpr_RecGAE_cvFeature_v1.0.camera.samsung.so
|
||||||
|
libMcClient.so
|
||||||
|
libOpenCL.so
|
||||||
|
libOpenCv.camera.samsung.so
|
||||||
|
libQjpeg.so
|
||||||
|
libSEF.quram.so
|
||||||
|
libapa_jni.so
|
||||||
|
libexifa.so
|
||||||
|
libjack.so
|
||||||
|
libjpega.so
|
||||||
|
libknox_remotedesktopclient.so
|
||||||
|
libopensslsmime.so
|
||||||
|
libquram.so
|
||||||
|
libquramagifencoder.so
|
||||||
|
libremotedesktop_client.so
|
||||||
|
libsaiv.so
|
||||||
|
libsaiv_HprFace_FD_jni.so
|
||||||
|
libsaiv_HprFace_LD_jni.so
|
||||||
|
libsaiv_HprFace_utils_jni.so
|
||||||
|
libsaiv_vision.so
|
||||||
|
libsecimaging.so
|
||||||
|
libsecjpeginterface.so
|
||||||
|
libsemcamera_jni.so
|
||||||
|
libsmart_cropping.camera.samsung.so
|
||||||
|
libsurfaceutil.so
|
||||||
|
libswldc_capture_core.camera.samsung.so
|
||||||
|
libxcv.camera.samsung.so
|
||||||
|
|
@ -202,8 +202,6 @@ vendor/etc/plmn_delta_hktw.bin
|
||||||
vendor/etc/plmn_delta_usacdma.bin
|
vendor/etc/plmn_delta_usacdma.bin
|
||||||
vendor/etc/plmn_delta_usagsm.bin
|
vendor/etc/plmn_delta_usagsm.bin
|
||||||
vendor/etc/plmn_se13.bin
|
vendor/etc/plmn_se13.bin
|
||||||
vendor/etc/public.libraries.txt
|
|
||||||
vendor/etc/public.libraries.txt.backup
|
|
||||||
vendor/etc/r_submix_audio_policy_configuration.xml
|
vendor/etc/r_submix_audio_policy_configuration.xml
|
||||||
vendor/etc/saiv/fd/fast_face_detect_model_full_angle_16_CHAR.dat
|
vendor/etc/saiv/fd/fast_face_detect_model_full_angle_16_CHAR.dat
|
||||||
vendor/etc/saiv/gae/MeanFea.bin
|
vendor/etc/saiv/gae/MeanFea.bin
|
||||||
|
|
|
||||||
|
|
@ -72,6 +72,10 @@ PRODUCT_COPY_FILES += \
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.power@1.0-service.universal7904
|
android.hardware.power@1.0-service.universal7904
|
||||||
|
|
||||||
|
# Public Libraries
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
$(LOCAL_PATH)/configs/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt
|
||||||
|
|
||||||
# Recovery
|
# Recovery
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
fastbootd \
|
fastbootd \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue