From 534b10596481ad96575e0991ad4ba4f346974b03 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 DDMS dlopen's libart.so which is undesirable for the Runtime Module. Bug: 120782499 Test: m -j100 Change-Id: 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 cd52fddf6..a9659a3d4 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 \