diff options
author | Stephen Hines <srhines@google.com> | 2014-02-18 23:05:42 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-02-18 23:05:42 +0000 |
commit | f1ad4d2d2eea9952963fd52fa56e9ab16b108618 (patch) | |
tree | 640e91a8c2f190ed533a60ffa9f47cea9a2fd7b8 /target/product | |
parent | 2bea94bac78d8a8ed5030d1e09d48db677e1167d (diff) | |
parent | 816b86f7594d60c432b1fafc1d53596e47f92d98 (diff) | |
download | build-f1ad4d2d2eea9952963fd52fa56e9ab16b108618.zip build-f1ad4d2d2eea9952963fd52fa56e9ab16b108618.tar.gz build-f1ad4d2d2eea9952963fd52fa56e9ab16b108618.tar.bz2 |
Merge "Add bcc to the list of PRODUCT_PACKAGES to install."
Diffstat (limited to 'target/product')
-rw-r--r-- | target/product/generic_no_telephony.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/product/generic_no_telephony.mk b/target/product/generic_no_telephony.mk index 04d6e5f..2e0dffc 100644 --- a/target/product/generic_no_telephony.mk +++ b/target/product/generic_no_telephony.mk @@ -47,6 +47,7 @@ PRODUCT_PACKAGES := \ WallpaperCropper PRODUCT_PACKAGES += \ + bcc \ clatd \ clatd.conf \ pppd |