Use product instead of oem for Product specific module am: 5cfbfbb67a am: 2b6236308b

am: be16d5e84f

Change-Id: I6ee908710e7d7b7fe9d3ce7e6c43287e3e8c0835
This commit is contained in:
Jaekyun Seok
2018-01-25 04:17:04 +00:00
committed by android-build-merger
7 changed files with 18 additions and 18 deletions

View File

@@ -184,9 +184,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"`