Revert "Revert "Remove desugar support""

This reverts commit 7576916efc.

Reason for revert: includes art veridex fix this time

Change-Id: Ia8da00b5ec8ed3dc3ce2a2521f0a7b2b2b131960
This commit is contained in:
Colin Cross
2018-06-06 21:46:32 +00:00
parent 7576916efc
commit bafb897de7
5 changed files with 16 additions and 138 deletions

View File

@@ -627,10 +627,6 @@ func (c *config) Android64() bool {
return false
}
func (c *config) UseD8Desugar() bool {
return !c.IsEnvFalse("USE_D8_DESUGAR")
}
func (c *config) UseGoma() bool {
return Bool(c.productVariables.UseGoma)
}