Merge "Remove '-b' from AIDL" am: 4331334bdc
am: 9a410a2ccd
am: ca14e12ba1
Change-Id: I3178a58fd18f0db48df5890f86cc7d2008100dbe
This commit is contained in:
@@ -531,7 +531,7 @@ func (j *Module) aidlFlags(ctx android.ModuleContext, aidlPreprocess android.Opt
|
|||||||
aidlIncludes = append(aidlIncludes,
|
aidlIncludes = append(aidlIncludes,
|
||||||
android.PathsForSource(ctx, j.deviceProperties.Aidl.Include_dirs)...)
|
android.PathsForSource(ctx, j.deviceProperties.Aidl.Include_dirs)...)
|
||||||
|
|
||||||
flags := []string{"-b"}
|
flags := []string{}
|
||||||
|
|
||||||
if aidlPreprocess.Valid() {
|
if aidlPreprocess.Valid() {
|
||||||
flags = append(flags, "-p"+aidlPreprocess.String())
|
flags = append(flags, "-p"+aidlPreprocess.String())
|
||||||
|
Reference in New Issue
Block a user