summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Bill Peckham <bpeckham@google.com> 2021-01-20 17:43:48 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2021-01-20 17:43:48 +0000
commit1c8e5e817ef5aa852a88ea58c85f616eccee7d27 (patch)
tree439f2a1d2480ba074699f2a90240cf013ead695d /android/variable.go
parent965561ce434817fa1c6f819919f6bae0eec18320 (diff)
parentfb04df4d57e52b38e6ebfec9cfcc2bb76968b2ce (diff)
Merge changes from topic "prebuilt-hiddenapi"
* changes: Supply LOCAL_SOONG_DEX_JAR for java_import with compile_dex. Enable an apex to include a java_import. Enable prebuilt hiddenapi CSV files.
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go
index 48c4be6b3..73be7a03a 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -367,6 +367,8 @@ type productVariables struct {
BoardKernelModuleInterfaceVersions []string `json:",omitempty"`
BoardMoveRecoveryResourcesToVendorBoot *bool `json:",omitempty"`
+
+ PrebuiltHiddenApiDir *string `json:",omitempty"`
}
func boolPtr(v bool) *bool {