Merge "Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]" am: 7ecbb7ccdd am: ebd1125140 am: d3bffc7904
am: a2c12ef4d4

Change-Id: I298516e1b5c3d19f9b8243401757dad534d33413
diff --git a/dist/Android.bp b/dist/Android.bp
index e37bc93..2211d1f 100644
--- a/dist/Android.bp
+++ b/dist/Android.bp
@@ -42,7 +42,7 @@
     ],
 
     target: {
-        linux: {
+        linux_glibc: {
             cflags: ["-DHAVE_POSIX_FALLOCATE=1"],
         },
     },