Build Java aidl w/ '-b'.
am: 667f688f36
Change-Id: I90cbcc29ca395e799e5f64d9135a002f025b5efa
This commit is contained in:
@@ -631,7 +631,8 @@ 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)...)
|
||||||
|
|
||||||
var flags []string
|
flags := []string{"-b"}
|
||||||
|
|
||||||
if aidlPreprocess.Valid() {
|
if aidlPreprocess.Valid() {
|
||||||
flags = append(flags, "-p"+aidlPreprocess.String())
|
flags = append(flags, "-p"+aidlPreprocess.String())
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user