diff options
author | Colin Cross <ccross@android.com> | 2018-08-13 23:02:58 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-08-13 23:02:58 +0200 |
commit | 1914bd0f4b7e2ff54f0b0ffda05b9aaed3c1ef2a (patch) | |
tree | 8677d2913daab80d005179fb5b557d4e54cdee0d | |
parent | Merge "Build `recovery` with Soong." (diff) | |
parent | Remove TODO for b/112462307 (diff) | |
download | android_bootable_recovery-1914bd0f4b7e2ff54f0b0ffda05b9aaed3c1ef2a.tar android_bootable_recovery-1914bd0f4b7e2ff54f0b0ffda05b9aaed3c1ef2a.tar.gz android_bootable_recovery-1914bd0f4b7e2ff54f0b0ffda05b9aaed3c1ef2a.tar.bz2 android_bootable_recovery-1914bd0f4b7e2ff54f0b0ffda05b9aaed3c1ef2a.tar.lz android_bootable_recovery-1914bd0f4b7e2ff54f0b0ffda05b9aaed3c1ef2a.tar.xz android_bootable_recovery-1914bd0f4b7e2ff54f0b0ffda05b9aaed3c1ef2a.tar.zst android_bootable_recovery-1914bd0f4b7e2ff54f0b0ffda05b9aaed3c1ef2a.zip |
Diffstat (limited to '')
-rw-r--r-- | updater_sample/Android.bp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/updater_sample/Android.bp b/updater_sample/Android.bp index 0d209bbd3..845e07b70 100644 --- a/updater_sample/Android.bp +++ b/updater_sample/Android.bp @@ -24,11 +24,9 @@ android_app { ], optimize: { - // TODO(b/112462307): proguard_flags_files is not picked up by Soong. - // proguard_flags_files: [ - // "proguard.flags", - // ], - enabled: false, + proguard_flags_files: [ + "proguard.flags", + ], }, resource_dirs: ["res"], |