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.
This commit is contained in:
Bill Peckham
2021-01-20 17:43:48 +00:00
committed by Gerrit Code Review
9 changed files with 158 additions and 8 deletions

View File

@@ -367,6 +367,8 @@ type productVariables struct {
BoardKernelModuleInterfaceVersions []string `json:",omitempty"`
BoardMoveRecoveryResourcesToVendorBoot *bool `json:",omitempty"`
PrebuiltHiddenApiDir *string `json:",omitempty"`
}
func boolPtr(v bool) *bool {