add libsurfaceflinger_ddmconnection to PRODUCT_PACKAGES for PDK build
- the library is dlopened from libsurfaceflinger
Bug: 7089510
Change-Id: I5526c0390efd161e596b08c0bf823090b3969dfe
diff --git a/target/product/base.mk b/target/product/base.mk
index afde9b5..8427448 100644
--- a/target/product/base.mk
+++ b/target/product/base.mk
@@ -106,6 +106,7 @@
libstlport \
libsurfaceflinger \
libsurfaceflinger_client \
+ libsurfaceflinger_ddmconnection \
libsystem_server \
libsysutils \
libthread_db \
diff --git a/target/product/mini.mk b/target/product/mini.mk
index b766b87..38d912f 100644
--- a/target/product/mini.mk
+++ b/target/product/mini.mk
@@ -226,5 +226,6 @@
TestingCamera \
Home \
DummySystemUI \
- DummySettings
+ DummySettings \
+ libsurfaceflinger_ddmconnection