Merge "Remove '-b' from AIDL"
This commit is contained in:
@@ -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())
|
||||
|
Reference in New Issue
Block a user