From 59254f1194049146d560bfa003bb434b64232630 Mon Sep 17 00:00:00 2001 From: Keun young Park Date: Fri, 31 Aug 2012 10:00:53 -0700 Subject: [PATCH] add libsurfaceflinger_ddmconnection to PRODUCT_PACKAGES for PDK build - the library is dlopened from libsurfaceflinger Bug: 7089510 Change-Id: I5526c0390efd161e596b08c0bf823090b3969dfe --- target/product/base.mk | 1 + target/product/mini.mk | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/target/product/base.mk b/target/product/base.mk index afde9b580..842744899 100644 --- a/target/product/base.mk +++ b/target/product/base.mk @@ -106,6 +106,7 @@ PRODUCT_PACKAGES += \ libstlport \ libsurfaceflinger \ libsurfaceflinger_client \ + libsurfaceflinger_ddmconnection \ libsystem_server \ libsysutils \ libthread_db \ diff --git a/target/product/mini.mk b/target/product/mini.mk index b766b877e..38d912f3d 100644 --- a/target/product/mini.mk +++ b/target/product/mini.mk @@ -226,5 +226,6 @@ PRODUCT_PACKAGES += \ TestingCamera \ Home \ DummySystemUI \ - DummySettings + DummySettings \ + libsurfaceflinger_ddmconnection -- 2.11.0