diff options
author | Keun young Park <keunyoung@google.com> | 2012-08-31 10:00:53 -0700 |
---|---|---|
committer | Keun young Park <keunyoung@google.com> | 2012-08-31 10:00:53 -0700 |
commit | 59254f1194049146d560bfa003bb434b64232630 (patch) | |
tree | f2cf0f9c42c4f57d389c5ebf7db3d0e5512fab20 /target/product/base.mk | |
parent | 3a6f7589e8fcc691ec768b1fdcbf0364ff4596f2 (diff) | |
download | build-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/product/base.mk')
-rw-r--r-- | target/product/base.mk | 1 |
1 files changed, 1 insertions, 0 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 \ |