Merge changes from topics "target-build-unbundled", "unbundled-preopt"
* changes: Don't disable dexpreopting implicitly in unbundled builds. Add TARGET_BUILD_UNBUNDLED as a variable to control builds.
This commit is contained in:
@@ -77,10 +77,6 @@ func (d *dexpreopter) dexpreoptDisabled(ctx android.BaseModuleContext) bool {
|
||||
return true
|
||||
}
|
||||
|
||||
if ctx.Config().UnbundledBuild() {
|
||||
return true
|
||||
}
|
||||
|
||||
if d.isTest {
|
||||
return true
|
||||
}
|
||||
|
Reference in New Issue
Block a user