From b205124c133288292c9f18ba0b6bcc0b9c924a97 Mon Sep 17 00:00:00 2001 From: Luca Stefani Date: Fri, 1 Nov 2024 10:16:35 +0100 Subject: [PATCH] Recorder: Remove aapt_version_code_defaults 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 --- app/Android.bp | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Android.bp b/app/Android.bp index 1eb879a5..7d4e3d64 100644 --- a/app/Android.bp +++ b/app/Android.bp @@ -6,8 +6,6 @@ android_app { name: "Recorder", - defaults: ["aapt_version_code_defaults"], - manifest: "src/main/AndroidManifest.xml", resource_dirs: ["src/main/res"],