Merge "Enable HAS_VFP_D32 for 32-bit armv8 crasher"

This commit is contained in:
Isaac Chen 2017-09-18 01:58:02 +00:00 committed by Gerrit Code Review
commit 06c65ed667
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ cc_defaults {
arm: {
srcs: ["arm/crashglue.S"],
armv7_a_neon: {
neon: {
asflags: ["-DHAS_VFP_D32"],
},
},