diff options
author | Tao Bao <tbao@google.com> | 2017-10-12 18:12:48 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-10-12 18:12:48 +0200 |
commit | b058c5c4810dfea4e2bd68c4a8f49df730f016a0 (patch) | |
tree | 87889ed4afc595a2182dc79b2674996e8e65767b /Android.bp | |
parent | Merge "applypatch: Remove the Makefile for building imgdiff in Chrome OS." (diff) | |
parent | applypatch: Move to Soong. (diff) | |
download | android_bootable_recovery-b058c5c4810dfea4e2bd68c4a8f49df730f016a0.tar android_bootable_recovery-b058c5c4810dfea4e2bd68c4a8f49df730f016a0.tar.gz android_bootable_recovery-b058c5c4810dfea4e2bd68c4a8f49df730f016a0.tar.bz2 android_bootable_recovery-b058c5c4810dfea4e2bd68c4a8f49df730f016a0.tar.lz android_bootable_recovery-b058c5c4810dfea4e2bd68c4a8f49df730f016a0.tar.xz android_bootable_recovery-b058c5c4810dfea4e2bd68c4a8f49df730f016a0.tar.zst android_bootable_recovery-b058c5c4810dfea4e2bd68c4a8f49df730f016a0.zip |
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 4c66c427e..22407e0e2 100644 --- a/Android.bp +++ b/Android.bp @@ -1,4 +1,5 @@ subdirs = [ + "applypatch", "bootloader_message", "edify", "otafault", |