Allow modules to be enabled/disabled depending on whether APEXes are flattened.
am: 2879d41a98
Change-Id: I4ec408f99805b5229f926163fea2ebefb8515032
This commit is contained in:
commit
e78b1103af
|
@ -115,6 +115,10 @@ type variableProperties struct {
|
||||||
Static_libs []string
|
Static_libs []string
|
||||||
Srcs []string
|
Srcs []string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Flatten_apex struct {
|
||||||
|
Enabled *bool
|
||||||
|
}
|
||||||
} `android:"arch_variant"`
|
} `android:"arch_variant"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue