Skip ab/6749736 in stage.

Merged-In: Icd146d99c1cd36182653f757b3adaf7db3fcbd2e
Change-Id: Iee4cd67cb41de9a9957e699021ef8c3e768f0541
diff --git a/Android.bp b/Android.bp
index 7449c17..ed4d209 100644
--- a/Android.bp
+++ b/Android.bp
@@ -221,12 +221,14 @@
     target: {
         linux: {
             cflags: [
-                "-DPLATFORM=\"linux2\"",
+                "-DPLATFORM=\"linux\"",
+                "-DABIFLAGS=\"\"",
             ],
         },
         darwin_x86_64: {
             cflags: [
                 "-DPLATFORM=\"darwin\"",
+                "-DABIFLAGS=\"\"",
             ],
         },
     },