Build Java aidl w/ '-b'.
am: 667f688f36
Change-Id: I90cbcc29ca395e799e5f64d9135a002f025b5efa
This commit is contained in:
commit
570251f9b1
|
@ -631,7 +631,8 @@ func (j *Module) aidlFlags(ctx android.ModuleContext, aidlPreprocess android.Opt
|
|||
aidlIncludes = append(aidlIncludes,
|
||||
android.PathsForSource(ctx, j.deviceProperties.Aidl.Include_dirs)...)
|
||||
|
||||
var flags []string
|
||||
flags := []string{"-b"}
|
||||
|
||||
if aidlPreprocess.Valid() {
|
||||
flags = append(flags, "-p"+aidlPreprocess.String())
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue