klte-common: Drop libshim_cutils_atomic
* We have included the appropriate android_atomic methods in libril, so the symbols are loaded into the process space and the libsec-ril* dependencies for all builds are handled. Change-Id: I93289af789df7e263488e1db29bdbde0d0964e97
This commit is contained in:
parent
f3442d4a1b
commit
89f2e08531
2 changed files with 2 additions and 4 deletions
|
@ -57,8 +57,7 @@ TARGET_KERNEL_SOURCE := kernel/samsung/msm8974
|
|||
# Legacy BLOB Support
|
||||
TARGET_NEEDS_PLATFORM_TEXT_RELOCATIONS := true
|
||||
TARGET_LD_SHIM_LIBS += \
|
||||
/system/vendor/lib/hw/camera.vendor.msm8974.so|libshim_camera.so \
|
||||
/system/vendor/lib/libsec-ril.so|libshim_cutils_atomic.so
|
||||
/system/vendor/lib/hw/camera.vendor.msm8974.so|libshim_camera.so
|
||||
|
||||
# Partitions
|
||||
BOARD_BOOTIMAGE_PARTITION_SIZE := 13631488
|
||||
|
|
3
klte.mk
3
klte.mk
|
@ -87,8 +87,7 @@ PRODUCT_COPY_FILES += \
|
|||
|
||||
# Radio
|
||||
PRODUCT_PACKAGES += \
|
||||
libsecnativefeature \
|
||||
libshim_cutils_atomic
|
||||
libsecnativefeature
|
||||
|
||||
# Ramdisk
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
Loading…
Reference in a new issue