Skip to content

Commit

Permalink
Recorder: Remove aapt_version_code_defaults
Browse files Browse the repository at this point in the history
It was caused by package-cache in case Build.VERSION.INCREMENTAL
doesn't change across builds, which is always the case for local
builds, exporting BUILD_NUMBER to something != eng.$USER will fix
it the next build.

Change-Id: Ied24abd88574834c8d18863b77e16f98576cf637
  • Loading branch information
luca020400 committed Dec 8, 2024
1 parent 96814d4 commit b205124
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
android_app {
name: "Recorder",

defaults: ["aapt_version_code_defaults"],

manifest: "src/main/AndroidManifest.xml",
resource_dirs: ["src/main/res"],

Expand Down

0 comments on commit b205124

Please sign in to comment.