diff options
| author | 2018-01-10 19:00:15 +0900 | |
|---|---|---|
| committer | 2018-01-25 07:50:35 +0900 | |
| commit | 5cfbfbb67afb772e29c285e72e385c18a16a23ec (patch) | |
| tree | 1f845afbdb9604cf3c362b918c20e2b2609063b4 /android/variable.go | |
| parent | fdc2b3bebef0b7a270842d53b46577046bb14e44 (diff) | |
Use product instead of oem for Product specific module
Bug: 64195575
Test: succeeded building product.img with BOARD_PRODUCTIMAGE_PARTITION_SIZE,
BOARD_PRODUCTIMAGE_FILE_SYSTEM_TYPE and PRODUCT_PRODUCT_VERITY_PARTITION.
Change-Id: Icc4f8c16bc389fe20db680849f311d02df1299c3
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/android/variable.go b/android/variable.go index 40fa45e4c..2c2a0cfe9 100644 --- a/android/variable.go +++ b/android/variable.go @@ -174,9 +174,9 @@ type productVariables struct { CFIExcludePaths *[]string `json:",omitempty"` CFIIncludePaths *[]string `json:",omitempty"` - VendorPath *string `json:",omitempty"` - OdmPath *string `json:",omitempty"` - OemPath *string `json:",omitempty"` + VendorPath *string `json:",omitempty"` + OdmPath *string `json:",omitempty"` + ProductPath *string `json:",omitempty"` ClangTidy *bool `json:",omitempty"` TidyChecks *string `json:",omitempty"` |