commit | 60c32f010263f18f5466ff57cd028d9f478b421a | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Mon Dec 21 22:53:05 2020 +0900 |
committer | Inseob Kim <inseob@google.com> | Tue Feb 16 20:35:15 2021 +0900 |
tree | a18a7f6f5de2a8b9cd8ea43c1010edbd16f085d0 | |
parent | 404adeefdc26c833d27e290592214c2a2d541938 [diff] [blame] |
Add PRODUCT_SHIPPING_API_LEVEL to device config Bug: 175526482 Test: m selinux_policy Change-Id: I040897f4bdb918aa4b1acb3539a7253640e670a3
diff --git a/android/variable.go b/android/variable.go index e76d683..8b04d65 100644 --- a/android/variable.go +++ b/android/variable.go
@@ -367,6 +367,8 @@ BoardMoveRecoveryResourcesToVendorBoot *bool `json:",omitempty"` PrebuiltHiddenApiDir *string `json:",omitempty"` + + ShippingApiLevel *string `json:",omitempty"` } func boolPtr(v bool) *bool {