summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorKeun young Park <keunyoung@google.com>2012-08-31 10:00:53 -0700
committerKeun young Park <keunyoung@google.com>2012-08-31 10:00:53 -0700
commit59254f1194049146d560bfa003bb434b64232630 (patch)
treef2cf0f9c42c4f57d389c5ebf7db3d0e5512fab20 /target
parent3a6f7589e8fcc691ec768b1fdcbf0364ff4596f2 (diff)
downloadbuild-59254f1194049146d560bfa003bb434b64232630.zip
build-59254f1194049146d560bfa003bb434b64232630.tar.gz
build-59254f1194049146d560bfa003bb434b64232630.tar.bz2
add libsurfaceflinger_ddmconnection to PRODUCT_PACKAGES for PDK build
- the library is dlopened from libsurfaceflinger Bug: 7089510 Change-Id: I5526c0390efd161e596b08c0bf823090b3969dfe
Diffstat (limited to 'target')
-rw-r--r--target/product/base.mk1
-rw-r--r--target/product/mini.mk3
2 files changed, 3 insertions, 1 deletions
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 @@ 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 b766b87..38d912f 100644
--- a/target/product/mini.mk
+++ b/target/product/mini.mk
@@ -226,5 +226,6 @@ PRODUCT_PACKAGES += \
TestingCamera \
Home \
DummySystemUI \
- DummySettings
+ DummySettings \
+ libsurfaceflinger_ddmconnection