aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Chien <loganchien@google.com>2017-06-22 19:30:51 +0800
committerLogan Chien <loganchien@google.com>2017-06-22 20:11:01 +0800
commitcbcac22895bb51cc6e1c8e13a43263ff333a2f88 (patch)
tree47bbd36dd47d6fa0916769d38ae6b4994c129745
parent364f09a1246d4d1e65474fa49ef92002756ff74e (diff)
downloadcommon-cbcac22895bb51cc6e1c8e13a43263ff333a2f88.tar.gz
vndk-sp: Remove android.hidl.memory@1.0-impl
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. Merged-In: I87238337cb70ff9b27ef1b25dc5fb982a84ff0b3 Change-Id: I8e33c560a9ce62403aa7102eeb0a8bcd78116f84 (cherry picked from commit 490c47fc14a07830548c6c4465a42abbcc879034)
-rw-r--r--vndk/vndk-sp-libs.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/vndk/vndk-sp-libs.mk b/vndk/vndk-sp-libs.mk
index e22f27d..2e1c2bb 100644
--- a/vndk/vndk-sp-libs.mk
+++ b/vndk/vndk-sp-libs.mk
@@ -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 \