diff options
| author | 2020-12-21 22:53:05 +0900 | |
|---|---|---|
| committer | 2021-02-16 20:35:15 +0900 | |
| commit | 60c32f010263f18f5466ff57cd028d9f478b421a (patch) | |
| tree | a18a7f6f5de2a8b9cd8ea43c1010edbd16f085d0 /android/variable.go | |
| parent | 404adeefdc26c833d27e290592214c2a2d541938 (diff) | |
Add PRODUCT_SHIPPING_API_LEVEL to device config
Bug: 175526482
Test: m selinux_policy
Change-Id: I040897f4bdb918aa4b1acb3539a7253640e670a3
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go index e76d68397..8b04d6510 100644 --- a/android/variable.go +++ b/android/variable.go @@ -367,6 +367,8 @@ type productVariables struct { BoardMoveRecoveryResourcesToVendorBoot *bool `json:",omitempty"` PrebuiltHiddenApiDir *string `json:",omitempty"` + + ShippingApiLevel *string `json:",omitempty"` } func boolPtr(v bool) *bool { |