Build Java aidl w/ '-b'.

am: 667f688f36

Change-Id: I90cbcc29ca395e799e5f64d9135a002f025b5efa
This commit is contained in:
Steven Moreland 2018-07-26 15:11:05 -07:00 committed by android-build-merger
commit 570251f9b1
1 changed files with 2 additions and 1 deletions

View File

@ -631,7 +631,8 @@ func (j *Module) aidlFlags(ctx android.ModuleContext, aidlPreprocess android.Opt
aidlIncludes = append(aidlIncludes,
android.PathsForSource(ctx, j.deviceProperties.Aidl.Include_dirs)...)
var flags []string
flags := []string{"-b"}
if aidlPreprocess.Valid() {
flags = append(flags, "-p"+aidlPreprocess.String())
} else {