summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2019-04-10 20:54:09 +0100
committerMartin Stjernholm <mast@google.com>2019-04-16 12:06:34 +0100
commit613d986d5d3f2b532641334a42d506382d15dfd6 (patch)
tree37d045de4b985c9865e07b02a95c18d195c6f664
parentc065498cb017daa9daa7736ecf042f595e29945f (diff)
downloadmarlin-613d986d5d3f2b532641334a42d506382d15dfd6.tar.gz
Remove Runtime APEX internal libs from the vndk-sp list.
libdexfile_support is after http://r.android.com/891439 the only direct dependency for Renderscript, and it is also intended to be on the caller side. Even if there won't be updatable APEXes on these devices, the APEX internal libraries still need to be solely under /apex/com.android.runtime, to make them load in the correct linker namespace. Test: Flash and boot on marlin, AOSP and internal Test: atest CtsRenderscriptTestCases on marlin, AOSP and internal Bug: 124293228 Bug: 118374951 (cherry picked from commit 9c9095082b021b853706b910699129536e222064) Change-Id: Ib286eac84248abadf9543b4a67f065ecf6527277
-rw-r--r--vndk/Android.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/vndk/Android.mk b/vndk/Android.mk
index 1b71cc44..4ad55f14 100644
--- a/vndk/Android.mk
+++ b/vndk/Android.mk
@@ -13,12 +13,7 @@ ifndef BOARD_VNDK_VERSION
# However, some of those libs need FWK-ONLY libs, which must be listed here
# manually.
VNDK_SP_LIBRARIES := \
- libdexfile \
- libdexfile_external \
libdexfile_support \
- libartbase \
- libartpalette \
- libziparchive
install_in_hw_dir := \
android.hidl.memory@1.0-impl