From 3d530c24d72dd6170c147ee99294cc3f7361188a Mon Sep 17 00:00:00 2001 From: Adam Seaton Date: Mon, 3 Jun 2024 18:26:34 +0000 Subject: [PATCH] Change default version code for Mainline modules building from source to start with 3520 BUG:344610650 Ignore-AOSP-First: We are currently blocked on internal testing of mainline modules by these version code issues, but are unclear if this is correct behavior for AOSP. We'd like to submit this in the interest of unblocking the testing, and will resolve the question in AOSP thereafter. Change-Id: I64ddf6215ddfe33e180a54bf8a98092da8286808 --- android/updatable_modules.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/updatable_modules.go b/android/updatable_modules.go index dd7dc2c2f..d2595ed14 100644 --- a/android/updatable_modules.go +++ b/android/updatable_modules.go @@ -33,4 +33,4 @@ package android // * AOSP - xx9990000 // * x-mainline-prod - xx9990000 // * master - 990090000 -const DefaultUpdatableModuleVersion = "350090000" +const DefaultUpdatableModuleVersion = "352090000"