From f7332d3238f3d9486aa47fa7635f9451d5c33b2c Mon Sep 17 00:00:00 2001 From: Leon Scroggins III Date: Thu, 10 Aug 2017 09:09:54 -0400 Subject: 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 Commit-Queue: Leon Scroggins --- gn/gn_to_bp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn/gn_to_bp.py') 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 ], -- cgit v1.2.3