commit | 61593815a580cf77b6f8fdc3db6be8efaadb1c42 | [log] [tgz] |
---|---|---|
author | Mu-Le Lee <mulelee@google.com> | Tue Oct 29 16:30:26 2024 +0800 |
committer | Mu-Le Lee <mulelee@google.com> | Tue Oct 29 16:30:26 2024 +0800 |
tree | 46c2ca598f9bba8ec9063524508eec6519f1a7bc | |
parent | fbbf57617a91fa39facb7feb2003dbbf8049dae0 [diff] |
Add optimize: true to Android.bp to optimize bytecode Bug: 376189795 Test: Manually Change-Id: I3fff2ce2f6fcf39d7a7823c2ee76dcb78635ece2
diff --git a/android/TerminalApp/Android.bp b/android/TerminalApp/Android.bp index 5e45c02..84ba041 100644 --- a/android/TerminalApp/Android.bp +++ b/android/TerminalApp/Android.bp
@@ -20,6 +20,7 @@ platform_apis: true, privileged: true, optimize: { + optimize: true, proguard_flags_files: ["proguard.flags"], shrink_resources: true, },