Merge "Remove '-b' from AIDL" am: 4331334bdc am: 9a410a2ccd

am: ca14e12ba1

Change-Id: I3178a58fd18f0db48df5890f86cc7d2008100dbe
This commit is contained in:
Steven Moreland 2019-02-06 10:46:17 -08:00 committed by android-build-merger
commit 9553814469

View file

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