diff options
author | Bill Yi <byi@google.com> | 2014-04-29 11:32:53 -0700 |
---|---|---|
committer | Bill Yi <byi@google.com> | 2014-04-29 11:32:53 -0700 |
commit | 1e4adfa837c77dc2dcb73ce2c0b32bf362e80000 (patch) | |
tree | 9ba798254603ec812000964b341dc031879b00aa /target/product | |
parent | f14ba5b93583b33ad47b22b9de07c3907b8b5074 (diff) | |
parent | 8113e43601aac7702b9ec007e81a179826143d1e (diff) | |
download | build-1e4adfa837c77dc2dcb73ce2c0b32bf362e80000.zip build-1e4adfa837c77dc2dcb73ce2c0b32bf362e80000.tar.gz build-1e4adfa837c77dc2dcb73ce2c0b32bf362e80000.tar.bz2 |
Merge commit '8113e43601aac7702b9ec007e81a179826143d1e' into HEAD
Diffstat (limited to 'target/product')
-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 79ea492..5926f19 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 |