Skip to content

Commit

Permalink
Glimpse: Optimize and shrink resources
Browse files Browse the repository at this point in the history
Usually a safe set of optimizations

Change-Id: I1074af3a758439ff82771b03bdb0c4484828ca25
  • Loading branch information
luca020400 committed Nov 1, 2024
1 parent 6812579 commit bb57927
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ android_app {
],

optimize: {
optimize: true,
proguard_flags_files: ["proguard-rules.pro"],
shrink_resources: true,
},
}

Expand Down

0 comments on commit bb57927

Please sign in to comment.