From 83c8f78e003f8b4c695d8047103cf645767d6def Mon Sep 17 00:00:00 2001 From: Justin Yun Date: Wed, 25 Oct 2017 21:02:42 +0900 Subject: [PATCH] Use vndk-sp phony module for vndk-sp package list To install the vndk-sp libraries defined in device/generic/common, use vndk-sp phony module to list the libraries. Bug: 65853349 Test: build aosp_x86-user and check emulator boot Change-Id: Idf2d421b5d84e04e332db9cb357a46c898a89c4e (cherry picked from commit 740c6a3c7c6b6ca52545fb57daab13600f0808d1) --- target/product/emulator.mk | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/target/product/emulator.mk b/target/product/emulator.mk index a9a5306cf..2fadfa698 100644 --- a/target/product/emulator.mk +++ b/target/product/emulator.mk @@ -107,32 +107,7 @@ PRODUCT_PACKAGES += \ # need this for gles libraries to load properly # after moving to /vendor/lib/ PRODUCT_PACKAGES += \ - android.hardware.renderscript@1.0.vndk-sp\ - android.hardware.graphics.allocator@2.0.vndk-sp\ - android.hardware.graphics.mapper@2.0.vndk-sp\ - android.hardware.graphics.common@1.0.vndk-sp\ - libhwbinder.vndk-sp\ - libbase.vndk-sp\ - libcutils.vndk-sp\ - libhardware.vndk-sp\ - libhidlbase.vndk-sp\ - libhidltransport.vndk-sp\ - libutils.vndk-sp\ - libc++.vndk-sp\ - libRS_internal.vndk-sp\ - libRSDriver.vndk-sp\ - libRSCpuRef.vndk-sp\ - libbcinfo.vndk-sp\ - libblas.vndk-sp\ - libft2.vndk-sp\ - libpng.vndk-sp\ - libcompiler_rt.vndk-sp\ - libbacktrace.vndk-sp\ - libunwind.vndk-sp\ - libunwindstack.vndk-sp\ - liblzma.vndk-sp\ - libz.vndk-sp\ - + vndk-sp PRODUCT_COPY_FILES += \ device/generic/goldfish/init.ranchu-core.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.ranchu-core.sh \