Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]

In the future, target.linux will apply to all targets running a linux kernel
(android, linux_glibc, linux_bionic). So move all current users to the specific
linux_glibc.

There will be another cleanup pass later that will move some instances back to
target.linux if the properties should be shared with target.android and
target.linux_bionic, but target.linux needs to be removed first.

Test: out/soong/build.ninja identical before/after
Change-Id: I031fe86c9a3537a866965958332c07bcf09d93b7
Exempt-From-Owner-Approval: build system cleanup
diff --git a/Android.bp b/Android.bp
index 69c0e73..2bc9f95 100644
--- a/Android.bp
+++ b/Android.bp
@@ -78,7 +78,7 @@
 
             host_ldlibs: ["-luuid"],
         },
-        linux: {
+        linux_glibc: {
             cppflags: ["-Woverloaded-virtual"],
 
             // Add on ncurses to have support for terminfo