aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/gn_to_bp.py
diff options
context:
space:
mode:
authorGravatar Leon Scroggins III <scroggo@google.com>2017-08-10 09:09:54 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-08-10 17:31:25 +0000
commitf7332d3238f3d9486aa47fa7635f9451d5c33b2c (patch)
tree104b2552c795db7d61cd42dd2974058544819d28 /gn/gn_to_bp.py
parent31c075eb14acd1af24629a5a23519df65bb0ebb2 (diff)
Build support for 32-bit armv8-a
Since both armv7-a-neon and 32-bit armv8-a have NEON, we can treat them the same in Android.bp. Bug: b/62895439 Corresponds to https://android-review.googlesource.com/c/423660/3 This change will generate the change to Android.bp described there. Change-Id: Icae9b5b79093d6f2886da39771d4fbe901be237a Reviewed-on: https://skia-review.googlesource.com/33000 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Leon Scroggins <scroggo@google.com>
Diffstat (limited to 'gn/gn_to_bp.py')
-rw-r--r--gn/gn_to_bp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/gn_to_bp.py b/gn/gn_to_bp.py
index 2056c4274f..8248ef8edd 100644
--- a/gn/gn_to_bp.py
+++ b/gn/gn_to_bp.py
@@ -80,7 +80,7 @@ cc_library {
$arm_srcs
],
- armv7_a_neon: {
+ neon: {
srcs: [
$arm_neon_srcs
],