summaryrefslogtreecommitdiff
path: root/build/art.go
diff options
context:
space:
mode:
Diffstat (limited to 'build/art.go')
-rw-r--r--build/art.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/build/art.go b/build/art.go
index e354f61d3a..353a682380 100644
--- a/build/art.go
+++ b/build/art.go
@@ -108,11 +108,6 @@ func globalFlags(ctx android.LoadHookContext) ([]string, []string) {
asflags = append(asflags, "-DART_ENABLE_ADDRESS_SANITIZER=1")
}
- if ctx.Config().IsEnvTrue("ART_MIPS32_CHECK_ALIGNMENT") {
- // Enable the use of MIPS32 CHECK_ALIGNMENT macro for debugging purposes
- asflags = append(asflags, "-DART_MIPS32_CHECK_ALIGNMENT")
- }
-
if !ctx.Config().IsEnvFalse("USE_D8_DESUGAR") {
cflags = append(cflags, "-DUSE_D8_DESUGAR=1")
}