OSDN Git Service

vndk-sp: Remove android.hidl.memory@1.0-impl
authorLogan Chien <loganchien@google.com>
Thu, 22 Jun 2017 11:30:51 +0000 (19:30 +0800)
committerLogan Chien <loganchien@google.com>
Thu, 22 Jun 2017 12:08:57 +0000 (20:08 +0800)
This commit removes android.hidl.memory@1.0-impl.so from
/system/lib[64]/vndk-sp becuase android.hidl.memory@1.0.so is using
absolute path and will only search for /system/lib[64]/hw or
/vendor/lib[64]/hw.

Bug: 35107583
Bug: 62778280
Test: sailfish boots
Test: Write a small SP-HAL which links to libhidlmemory, load the
testing SP-HAL lib from system executable, and it works when
ld.config.txt exposes android.hidl.memory@1.0-impl.so from default
linker namespace.

Change-Id: I87238337cb70ff9b27ef1b25dc5fb982a84ff0b3

vndk/vndk-sp-libs.mk

index e22f27d..2e1c2bb 100644 (file)
@@ -4,7 +4,6 @@ VNDK_SP_LIBRARIES := \
     android.hardware.graphics.common@1.0 \
     android.hardware.renderscript@1.0 \
     android.hidl.memory@1.0 \
-    android.hidl.memory@1.0-impl \
     libRSCpuRef \
     libRSDriver \
     libRS_internal \