Merge "Remove '-b' from AIDL" am: 4331334bdc
am: 9a410a2ccd
am: ca14e12ba1
Change-Id: I3178a58fd18f0db48df5890f86cc7d2008100dbe
This commit is contained in:
commit
9553814469
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue