Merge "Add the device config GenerateAidlNdkPlatformBackend"

This commit is contained in:
Jiyong Park
2021-10-18 00:25:07 +00:00
committed by Android (Google) Code Review
2 changed files with 6 additions and 0 deletions

View File

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