summaryrefslogtreecommitdiffstats
path: root/target/product
diff options
context:
space:
mode:
authorKeun young Park <keunyoung@google.com>2012-08-31 20:07:29 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-08-31 20:07:29 -0700
commitead692e5f3083bb5eea5e383b3a8ae3775f0bb68 (patch)
tree0c9e7e4a5fa69479338d0cc0ff0d7020bcb694f5 /target/product
parentce9ecf38e953e642704c696d6abc26233b0cee05 (diff)
parent59254f1194049146d560bfa003bb434b64232630 (diff)
downloadbuild-ead692e5f3083bb5eea5e383b3a8ae3775f0bb68.zip
build-ead692e5f3083bb5eea5e383b3a8ae3775f0bb68.tar.gz
build-ead692e5f3083bb5eea5e383b3a8ae3775f0bb68.tar.bz2
Merge "add libsurfaceflinger_ddmconnection to PRODUCT_PACKAGES for PDK build" into jb-mr1-dev
Diffstat (limited to 'target/product')
-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