From 03e187ba0c3beba4ad529922d9328887d222aa90 Mon Sep 17 00:00:00 2001 From: Arian Date: Tue, 13 Aug 2019 12:55:22 +0200 Subject: shinano-common: Clean shims up * Move common TARGET_LD_SHIM_LIBS to msm8974-common * Drop libsonycamera, simply replace the permission sed -i "s|com.sonyericsson.permission.CAMERA_EXTENDED|android.permission.CAMERA\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0|g" \ lib/hw/camera.vendor.qcom.so --- BoardConfigCommon.mk | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'BoardConfigCommon.mk') diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index fe56047..d9a9bfc 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -93,16 +93,8 @@ WIFI_DRIVER_FW_PATH_AP := "/vendor/firmware/fw_bcmdhd_apsta.bin" WIFI_DRIVER_FW_PATH_STA := "/vendor/firmware/fw_bcmdhd.bin" # Shims -TARGET_LD_SHIM_LIBS := \ - /system/vendor/bin/credmgrd|/system/vendor/lib/libshims_signal.so \ - /system/vendor/bin/iddd|/system/vendor/lib/libshims_idd.so \ - /system/vendor/bin/suntrold|/system/vendor/lib/libshims_signal.so \ - /system/lib/hw/camera.vendor.qcom.so|/system/vendor/lib/libsonycamera.so \ - /system/vendor/bin/mm-qcamera-daemon|libandroid.so \ - /system/lib/libcammw.so|libsensor.so \ - /system/lib/libsomc_chokoballpal.so|/system/vendor/lib/libshim_camera.so \ - /system/lib/libcald_pal.so|/system/vendor/lib/libshim_cald.so \ - /system/lib/hw/camera.vendor.qcom.so|libsensor.so +TARGET_LD_SHIM_LIBS += \ + /system/lib/libsomc_chokoballpal.so|/system/vendor/lib/libshim_camera.so # Filesystem BOARD_FLASH_BLOCK_SIZE := 131072 -- cgit v1.2.3