Snap for 7785160 from 990e35826663b8294a2f0ad63f0eb6566d8d5d6e to t-keystone-qcom-release

Change-Id: I048f188c1f5b60b9f15f30f855e4f710c8532579
diff --git a/files/Android.bp b/files/Android.bp
index c1aa8c6..20b8c23 100644
--- a/files/Android.bp
+++ b/files/Android.bp
@@ -86,6 +86,12 @@
         "-DHAVE_JPEG",
     ],
 
+    arch: {
+        arm: {
+            cflags: ["-mfpu=neon"],
+        },
+    },
+
     shared_libs: ["libjpeg"],
 
     export_include_dirs: ["include"],