Skip to content

Commit

Permalink
Aperture: 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: Icc2d396edc06f4a6dc2335b4e8628bc7cf41126f
  • Loading branch information
luca020400 committed Dec 8, 2024
1 parent a3c47cb commit 46749b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 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: "Aperture",

defaults: ["aapt_version_code_defaults"],

srcs: ["src/main/java/**/*.kt"],
resource_dirs: ["src/main/res"],
manifest: "src/main/AndroidManifest.xml",
Expand Down
2 changes: 0 additions & 2 deletions lens_launcher/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ package {
android_app {
name: "ApertureLensLauncher",

defaults: ["aapt_version_code_defaults"],

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

Expand Down

0 comments on commit 46749b1

Please sign in to comment.