Skip to content

Commit

Permalink
Glimpse: 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: I7d27d4c7722a4ca8375bb848b3c0b4e57377852d
  • Loading branch information
luca020400 committed Dec 8, 2024
1 parent 09bbf4e commit 7c35a95
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 @@ -10,8 +10,6 @@ package {
android_app {
name: "Glimpse",

defaults: ["aapt_version_code_defaults"],

srcs: ["src/main/java/**/*.kt"],
resource_dirs: ["src/main/res"],
manifest: "src/main/AndroidManifest.xml",
Expand Down

0 comments on commit 7c35a95

Please sign in to comment.