summaryrefslogtreecommitdiff
path: root/android/Android.bp
diff options
context:
space:
mode:
author Alyssa Ketpreechasawat <kalyssa@google.com> 2024-08-22 15:09:16 +0000
committer Alyssa Ketpreechasawat <kalyssa@google.com> 2024-09-27 15:19:20 +0000
commit3a6eced43169aa0386bd761a1ab0f3d49b5c3fcd (patch)
treee59e52cc6fe68d4f5546f51ef967462489770fdc /android/Android.bp
parent0bfceee17855cb2e47e512073d639f797fd31f7b (diff)
Set version code of apex and apk based on RELEASE_DEFAULT_UPDATABLE_MODULE_VERSION.
The build flag RELEASE_DEFAULT_UPDATABLE_MODULE_VERSION is set up to allow the default version code of updatable apk and apex to be configurable per release config. Use the value from flag and remove old constant value (DefaultUpdatableModuleVersion). Bug: 369531931 Test: presubmit Test: flash cf and check version Change-Id: Ia0a8634360cbe83501cdafee888678836005620f
Diffstat (limited to 'android/Android.bp')
-rw-r--r--android/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/Android.bp b/android/Android.bp
index 16a34b7de..90d932c16 100644
--- a/android/Android.bp
+++ b/android/Android.bp
@@ -105,7 +105,6 @@ bootstrap_go_package {
"test_asserts.go",
"test_suites.go",
"testing.go",
- "updatable_modules.go",
"util.go",
"variable.go",
"vintf_fragment.go",