Merge "Remove '-b' from AIDL"
am: 4331334bdc
Change-Id: Ia3f9b1dd6764988df3c98df7d2a575f6515e394c
This commit is contained in:
commit
9a410a2ccd
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