Snap for 8365348 from b7ba111e8c54beb68b59a59f424ffe42781ee293 to mainline-go-permission-release

Change-Id: Id085056e7ad2b0298b32d34e92efd1ba0254aadc
diff --git a/Android.bp b/Android.bp
index 3cc8e2f..e0cd159 100644
--- a/Android.bp
+++ b/Android.bp
@@ -147,7 +147,7 @@
                 "src/common/musl/include",
             ],
         },
-        linux_glibc: {
+        host_linux: {
             cppflags: [
                 "-Wno-unused-parameter",
             ],
@@ -197,7 +197,7 @@
         darwin: {
             enabled: false,
         },
-        linux_glibc: {
+        host_linux: {
             srcs: [
                 "src/common/linux/http_upload.cc",
                 "src/common/linux/libcurl_wrapper.cc",
@@ -223,7 +223,7 @@
         darwin: {
             enabled: false,
         },
-        linux_glibc: {
+        host_linux: {
             cflags: [
                 "-Wno-missing-field-initializers",
                 "-Wno-pointer-arith",
@@ -259,7 +259,7 @@
         darwin: {
             enabled: false,
         },
-        linux_glibc: {
+        host_linux: {
             cppflags: [
                 "-DHAVE_A_OUT_H",
                 "-Wno-implicit-fallthrough",