diff options
author | Ying Wang <wangying@google.com> | 2015-04-13 14:49:19 -0700 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2015-04-13 14:49:19 -0700 |
commit | 9668a7ab1db6ca3cd7ce322c269f212c17c2dd51 (patch) | |
tree | 8b9fe48a0e899d363cc7de68ed237c469ef717ee /target/product | |
parent | 7bd978c2b33c4c9ce2e75923a3eddc5643d03888 (diff) | |
download | build-9668a7ab1db6ca3cd7ce322c269f212c17c2dd51.zip build-9668a7ab1db6ca3cd7ce322c269f212c17c2dd51.tar.gz build-9668a7ab1db6ca3cd7ce322c269f212c17c2dd51.tar.bz2 |
Add host tool fastboot to every build.
Some tools expect fastboot to be present even in user builds.
Change-Id: I4b6ee458eb2feb0dc7a77ec33a04219c5f4adc0d
Diffstat (limited to 'target/product')
-rw-r--r-- | target/product/embedded.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/product/embedded.mk b/target/product/embedded.mk index 96c0b77..a408860 100644 --- a/target/product/embedded.mk +++ b/target/product/embedded.mk @@ -25,6 +25,7 @@ PRODUCT_PACKAGES += \ debuggerd \ dumpstate \ dumpsys \ + fastboot \ gralloc.default \ grep \ gzip \ |