summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-03 02:44:06 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-03 02:44:06 +0000
commit26e6fcae5022005864c3704aaa1a8d31ba6469ae (patch)
treeb2c55ddfb9fbfd7f484d21de575599cd171001d2
parentb95f0ce3172827a718c75340291bf5f8a72315e2 (diff)
parent46f0186dae6932d059428e4919a154dd5722d4b8 (diff)
downloadlibchrome-26e6fcae5022005864c3704aaa1a8d31ba6469ae.tar.gz
Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]
am: 46f0186dae Change-Id: I28750cfc47954c7322da643bc238c44493073e0c
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 4c63e6a3ea..9f7da860c9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -321,7 +321,7 @@ cc_library {
"libcutils",
],
},
- linux: {
+ linux_glibc: {
srcs: libchromeLinuxSrc + [
"base/allocator/allocator_shim.cc",
"base/allocator/allocator_shim_default_dispatch_to_glibc.cc"