Add -mcpu=generic to arm32 build target

Bug: 159925616
Test: lunch walleye-userdebug && mm
Change-Id: I07888f62185b15b693f0082566abe807755c47eb
Merged-In: I07888f62185b15b693f0082566abe807755c47eb
(cherry picked from commit b6d99557becb83818aaac2e2a1e8e6e8bc25159f)
diff --git a/Android.bp b/Android.bp
index 8ff32b7..dcec23e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -62,6 +62,7 @@
                 "src/arm/linux/aarch32-isa.c",
             ],
             cflags: [
+                "-mcpu=generic",
                 "-march=armv7-a",
             ],
        },