From 172eae936466fbce2c2f2d72911449e01791231a Mon Sep 17 00:00:00 2001 From: Orion Hodson Date: Mon, 4 Feb 2019 09:33:01 +0000 Subject: [PATCH] Remove libsurfaceflinger_ddmconnection from PRODUCT_PACKAGES DdmConnection dlopen's libart.so which is undesirable for the Runtime Module. Bug: 120782499 Test: m -j100 Change-Id: I53aa1ee43da6cbee8a61c231e38d8bdad26c98e4 Merged-In: I53aa1ee43da6cbee8a61c231e38d8bdad26c98e4 --- target/product/base_system.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/target/product/base_system.mk b/target/product/base_system.mk index 7ad773de4..afb825f3b 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -183,7 +183,6 @@ PRODUCT_PACKAGES += \ libstagefright_omx \ libstdc++ \ libsurfaceflinger \ - libsurfaceflinger_ddmconnection \ libsysutils \ libui \ libusbhost \