aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/jpeg/jpeg.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/jpeg/jpeg.BUILD')
-rw-r--r--third_party/jpeg/jpeg.BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/jpeg/jpeg.BUILD b/third_party/jpeg/jpeg.BUILD
index 87a23925c4..4418ac32fc 100644
--- a/third_party/jpeg/jpeg.BUILD
+++ b/third_party/jpeg/jpeg.BUILD
@@ -526,12 +526,12 @@ config_setting(
config_setting(
name = "armeabi-v7a",
- values = {"android_cpu": "armeabi-v7a"},
+ values = {"cpu": "armeabi-v7a"},
)
config_setting(
name = "arm64-v8a",
- values = {"android_cpu": "arm64-v8a"},
+ values = {"cpu": "arm64-v8a"},
)
config_setting(