Build Java aidl w/ '-b'. am: 667f688f36

am: 570251f9b1

Change-Id: Idf412b408cd9581502b4219715cf84e92fd498a0
This commit is contained in:
Steven Moreland 2018-07-26 15:22:47 -07:00 committed by android-build-merger
commit 6e447aec15

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 {