Add PRODUCT_SHIPPING_API_LEVEL to device config

Bug: 175526482
Test: m selinux_policy
Change-Id: I040897f4bdb918aa4b1acb3539a7253640e670a3
This commit is contained in:
Inseob Kim
2020-12-21 22:53:05 +09:00
parent 404adeefdc
commit 60c32f0102
2 changed files with 12 additions and 0 deletions

View File

@@ -367,6 +367,8 @@ type productVariables struct {
BoardMoveRecoveryResourcesToVendorBoot *bool `json:",omitempty"`
PrebuiltHiddenApiDir *string `json:",omitempty"`
ShippingApiLevel *string `json:",omitempty"`
}
func boolPtr(v bool) *bool {