Merge "Add the device config GenerateAidlNdkPlatformBackend" am: ab1312d010 am: 995bf90bb2 am: af0c8e7b22 am: 43d281097e

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1866897

Change-Id: I39f0f7e9fae93fdc85311bedb5868c6618f8c3a4
This commit is contained in:
Treehugger Robot
2021-10-26 01:01:38 +00:00
committed by Automerger Merge Worker
2 changed files with 6 additions and 0 deletions

View File

@@ -421,6 +421,8 @@ type productVariables struct {
SepolicyFreezeTestExtraDirs []string `json:",omitempty"`
SepolicyFreezeTestExtraPrebuiltDirs []string `json:",omitempty"`
GenerateAidlNdkPlatformBackend bool `json:",omitempty"`
}
func boolPtr(v bool) *bool {