Install VNDK snapshot libraries for system build am: 7154928c93 am: 702a40d5cd

am: bc90006024

Change-Id: I4bbfc018d62fb67bdad7828fa8a2a2298d4b2369
This commit is contained in:
Justin Yun
2017-12-05 01:59:44 +00:00
committed by android-build-merger
7 changed files with 178 additions and 8 deletions

View File

@@ -198,6 +198,8 @@ type productVariables struct {
DeviceKernelHeaders []string `json:",omitempty"`
DistDir *string `json:",omitempty"`
ExtraVndkVersions []string `json:",omitempty"`
}
func boolPtr(v bool) *bool {