diff options
author | Xavier Ducrohet <xav@google.com> | 2013-12-04 13:33:41 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-12-04 13:33:41 -0800 |
commit | 7a33b5642951910c9973d40f32bd40ab2682bf46 (patch) | |
tree | 8713a8ab8b5d34fc3c42162e061c807a52b1e2ca /target | |
parent | 0df5e7b365d8baa6f5a2f5a1113e1a20cdd0fe58 (diff) | |
parent | 8eb89dde9b1c4da0aa0d116ef05e12c38873b756 (diff) | |
download | build-7a33b5642951910c9973d40f32bd40ab2682bf46.zip build-7a33b5642951910c9973d40f32bd40ab2682bf46.tar.gz build-7a33b5642951910c9973d40f32bd40ab2682bf46.tar.bz2 |
am 8eb89dde: am ab92f3df: Add Dialer to SDK system image. DO NOT MERGE.
* commit '8eb89dde9b1c4da0aa0d116ef05e12c38873b756':
Add Dialer to SDK system image. DO NOT MERGE.
Diffstat (limited to 'target')
-rw-r--r-- | target/product/sdk.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/product/sdk.mk b/target/product/sdk.mk index bc59782..4005e57 100644 --- a/target/product/sdk.mk +++ b/target/product/sdk.mk @@ -62,7 +62,8 @@ PRODUCT_PACKAGES := \ SmokeTest \ SmokeTestApp \ rild \ - LegacyCamera + LegacyCamera \ + Dialer # Define the host tools and libs that are parts of the SDK. -include sdk/build/product_sdk.mk |