summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Mårten Kongstad <amhk@google.com> 2024-06-25 16:10:27 +0200
committer Mårten Kongstad <amhk@google.com> 2024-09-12 13:21:17 +0200
commitcdf8fd726eefe6a78876a712a6b62d1e27df01d0 (patch)
tree19a77b7ad7caeba6c716f67ce6c6506fede03272 /android/variable.go
parent3dbfab1d9169fed50fc7013521d0a8c1448ac6f4 (diff)
Handle RELEASE_PLATFORM_SDK_MINOR_VERSION
Teach Soong about the new RELEASE_PLATFORM_SDK_MINOR_VERSION build flag which is used to set the minor Android API level. Bug: 350458259 Test: m Ignore-AOSP-First: internal to keep in sync with related CLs that are not AOSP first Change-Id: I1f715ed9eeeb98ac526299ae5bc1be5b44b7ef19
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go
index b238c4a5d..557b0b70f 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -212,6 +212,7 @@ type ProductVariables struct {
Platform_display_version_name *string `json:",omitempty"`
Platform_version_name *string `json:",omitempty"`
Platform_sdk_version *int `json:",omitempty"`
+ Platform_sdk_minor_version *int `json:",omitempty"`
Platform_sdk_codename *string `json:",omitempty"`
Platform_sdk_version_or_codename *string `json:",omitempty"`
Platform_sdk_final *bool `json:",omitempty"`