Skip to content

Commit

Permalink
Aperture: 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 4979595 commit b0e033b
Show file tree
Hide file tree
Showing 2 changed files with 4 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
2 changes: 2 additions & 0 deletions lens_launcher/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ android_app {
product_specific: true,

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

0 comments on commit b0e033b

Please sign in to comment.