diff options
author | Jeff Sharkey <jsharkey@android.com> | 2013-10-17 09:40:29 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-10-17 09:40:29 -0700 |
commit | 7732eb5bbad2c8f0c2ea850bcc97cf19d4a6bc58 (patch) | |
tree | 77631eb9ef327dd26423f5084233d935fe245fa1 /target/product | |
parent | c73341006286c391ae4d268a77f5e008045d5308 (diff) | |
parent | 53619434ed56043841256dfb2074662dbd0acc5e (diff) | |
download | build-7732eb5bbad2c8f0c2ea850bcc97cf19d4a6bc58.zip build-7732eb5bbad2c8f0c2ea850bcc97cf19d4a6bc58.tar.gz build-7732eb5bbad2c8f0c2ea850bcc97cf19d4a6bc58.tar.bz2 |
am 53619434: Merge "Add blkid to all builds for use by vold." into klp-dev
* commit '53619434ed56043841256dfb2074662dbd0acc5e':
Add blkid to all builds for use by vold.
Diffstat (limited to 'target/product')
-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 c8f4354..0959fb4 100644 --- a/target/product/base.mk +++ b/target/product/base.mk @@ -23,6 +23,7 @@ PRODUCT_PACKAGES += \ android.test.runner \ app_process \ applypatch \ + blkid \ bmgr \ bugreport \ content \ |