Droiddoc Support in Soong am: 581fd21e91 am: 2ea76706b3

am: a400bb400c

Change-Id: I5c317052e5b1cba68e04720db75cb07cdd7ca0f7
This commit is contained in:
Nan Zhang
2018-02-22 23:25:14 +00:00
committed by android-build-merger
10 changed files with 567 additions and 12 deletions

View File

@@ -119,6 +119,10 @@ type productVariables struct {
// Suffix to add to generated Makefiles
Make_suffix *string `json:",omitempty"`
BuildId *string `json:",omitempty"`
BuildNumberFromFile *string `json:",omitempty"`
DateFromFile *string `json:",omitempty"`
Platform_sdk_version *int `json:",omitempty"`
Platform_sdk_final *bool `json:",omitempty"`
Platform_version_active_codenames []string `json:",omitempty"`