aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Chien <loganchien@google.com>2017-06-29 22:56:12 +0800
committerLogan Chien <loganchien@google.com>2017-06-29 23:15:17 +0800
commit2fa4f8d26dba98880b34e67c9e71bfbe9f1db045 (patch)
tree47bbd36dd47d6fa0916769d38ae6b4994c129745
parent06eb4036925ac4634fb9a2a85231824718d1532c (diff)
downloadcommon-2fa4f8d26dba98880b34e67c9e71bfbe9f1db045.tar.gz
Revert "Update libz to VNDK-SP in generic system image"oreo-dr1-dev
This reverts commit 06eb4036925ac4634fb9a2a85231824718d1532c. This commit removes libz.so from /system/lib[64]/vndk-sp. We have to remove libz.so from vndk-sp because we don't have a good mechanism to stop "classloader" linker namespace from loading /system/lib[64]/vndk-sp/libz.so. Other alternatives require significant changes to dynamic linker or CTS test cases. Let's temporarily revert the commit to fix b/62195853 for oc-dr1-dev. The long-term solution will be discussed in b/37617391. Bug: 62195853 Bug: 37617391 Test: Boot sailfish + GSI and see the home screen Change-Id: I0d94bbf38d91c068e301c969e9615135124ebb1d
-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 e6034f3..2e1c2bb 100644
--- a/vndk/vndk-sp-libs.mk
+++ b/vndk/vndk-sp-libs.mk
@@ -25,4 +25,3 @@ VNDK_SP_LIBRARIES := \
libpng \
libunwind \
libutils \
- libz \