summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Frunze <Alexey.Frunze@imgtec.com>2020-01-12 14:05:19 -0800
committerandroid-build-merger <android-build-merger@google.com>2020-01-12 14:05:19 -0800
commit5540928068a9bab050f85d778a6cabf808e3cca1 (patch)
tree25f41ee3169d699d3df9f0c8a456b3ee4fac0ad6
parent8bc996b620b217743fbd687ca5758f42133c5ac9 (diff)
parent0c8312bbb72ca4a4656438db5ef6e4fce919aada (diff)
downloadart-5540928068a9bab050f85d778a6cabf808e3cca1.tar.gz
Revert "Disable PRODUCT_ART_USE_READ_BARRIER for MIPS devices"
am: 0c8312bbb7 Change-Id: Ia28324116da0f81fa96c59c100390a9d224f7f9c
-rw-r--r--mips32r2_fp/mips32r2_fp.mk3
-rw-r--r--mips32r2_fp_xburst/mips32r2_fp_xburst.mk3
-rw-r--r--mips64r6/mips64r6.mk3
3 files changed, 0 insertions, 9 deletions
diff --git a/mips32r2_fp/mips32r2_fp.mk b/mips32r2_fp/mips32r2_fp.mk
index 43b4626..2372b6e 100644
--- a/mips32r2_fp/mips32r2_fp.mk
+++ b/mips32r2_fp/mips32r2_fp.mk
@@ -20,6 +20,3 @@ PRODUCT_NAME := mips32r2_fp
PRODUCT_DEVICE := mips32r2_fp
PRODUCT_BRAND := Android
PRODUCT_MODEL := MIPS32 Release 2
-
-# MIPS32 doesn't yet have support for ART read barriers.
-PRODUCT_ART_USE_READ_BARRIER := false
diff --git a/mips32r2_fp_xburst/mips32r2_fp_xburst.mk b/mips32r2_fp_xburst/mips32r2_fp_xburst.mk
index a333710..68c16c3 100644
--- a/mips32r2_fp_xburst/mips32r2_fp_xburst.mk
+++ b/mips32r2_fp_xburst/mips32r2_fp_xburst.mk
@@ -23,6 +23,3 @@ PRODUCT_NAME := mips32r2_fp_xburst
PRODUCT_DEVICE := mips32r2_fp_xburst
PRODUCT_BRAND := Android
PRODUCT_MODEL := MIPS32 Release 2 on Ingenic XBurst CPU
-
-# MIPS32 doesn't yet have support for ART read barriers.
-PRODUCT_ART_USE_READ_BARRIER := false
diff --git a/mips64r6/mips64r6.mk b/mips64r6/mips64r6.mk
index 02b25ab..87c645c 100644
--- a/mips64r6/mips64r6.mk
+++ b/mips64r6/mips64r6.mk
@@ -23,6 +23,3 @@ PRODUCT_MODEL := MIPS64 Release 6
# Force 64bits executables.
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.zygote=zygote64
-
-# MIPS64 doesn't yet have support for ART read barriers.
-PRODUCT_ART_USE_READ_BARRIER := false