Remove '-b' from AIDL

An empty file will be emitted for parcel declarations. Now sources may
inclue parcel definitions.

Bug: 70046217
Test: manual

Change-Id: I8087416ae7806399c3514d18faeadb858f07bf88
This commit is contained in:
Steven Moreland
2019-02-05 17:02:55 -08:00
parent 23c52b0eb8
commit 36b130fcfb

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())