aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Chen <ycchen@google.com>2017-09-21 09:03:34 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-21 09:03:34 +0000
commitf411f4639233f44eef496106c9e44af1cada1723 (patch)
tree4dc29db3cb109f3731cab93c570bea7dfc3410b2
parent79a41ccea2025d746db5feade59d74941d6b8c8c (diff)
parent6fddd64b2fab740e7c49d48d90bb02e8c2fab7ab (diff)
downloadlibjpeg-turbo-f411f4639233f44eef496106c9e44af1cada1723.tar.gz
Remove unused __ARM_HAVE_NEON__ in Android.bp am: 85c8e7e73d am: b54d572160
am: 6fddd64b2f Change-Id: I6ca2a9fa6a3e637707ca88ccca3cd263df1a6b72
-rw-r--r--Android.bp6
1 files changed, 0 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index 7253d713..b0f5ecb2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -74,12 +74,6 @@ cc_defaults {
"simd/jsimd_arm_neon.S",
"simd/jsimd_arm.c",
],
- armv7_a_neon: {
- // If we are certain that the ARM v7 device has NEON (and there
- // is no need for a runtime check), we can indicate that with a
- // flag.
- cflags: ["-D__ARM_HAVE_NEON__"],
- },
},
arm64: {
// ARM v8 64-bit NEON