OSDN Git Service

add libsurfaceflinger_ddmconnection to PRODUCT_PACKAGES for PDK build
authorKeun young Park <keunyoung@google.com>
Fri, 31 Aug 2012 17:00:53 +0000 (10:00 -0700)
committerKeun young Park <keunyoung@google.com>
Fri, 31 Aug 2012 17:00:53 +0000 (10:00 -0700)
- the library is dlopened from libsurfaceflinger
Bug: 7089510

Change-Id: I5526c0390efd161e596b08c0bf823090b3969dfe

target/product/base.mk
target/product/mini.mk

index afde9b5..8427448 100644 (file)
@@ -106,6 +106,7 @@ PRODUCT_PACKAGES += \
     libstlport \
     libsurfaceflinger \
     libsurfaceflinger_client \
+    libsurfaceflinger_ddmconnection \
     libsystem_server \
     libsysutils \
     libthread_db \
index b766b87..38d912f 100644 (file)
@@ -226,5 +226,6 @@ PRODUCT_PACKAGES += \
     TestingCamera \
     Home \
     DummySystemUI \
-    DummySettings
+    DummySettings \
+    libsurfaceflinger_ddmconnection