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

Change-Id: Ia91d00ba00761a0390e13b0178edb1d64ae82aa7
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"],
         },
     },