Skip to content

Commit

Permalink
Recorder: 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 47146ee commit 5422d48
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,9 @@ android_app {

sdk_version: "34",

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

0 comments on commit 5422d48

Please sign in to comment.