aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-03 03:15:04 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-03 03:15:04 +0000
commit661f351c408038c2272f1502a53636bb4b6b8851 (patch)
tree241a07fb94d368df0a649d3f4c4f4c860b5aa411
parentfc5a171ee70b86897e4b1c442a64abfe2311284d (diff)
parent56f9323c4e8c4506b580c867987e877b1bbdf831 (diff)
downloadlibese-661f351c408038c2272f1502a53636bb4b6b8851.tar.gz
Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]] am: 4896ef4839
am: 56f9323c4e Change-Id: I3b168f60d679aeb5204ed21831b49763ab942ea6
-rw-r--r--libese-sysdeps/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libese-sysdeps/Android.bp b/libese-sysdeps/Android.bp
index ea537a8..7ce274c 100644
--- a/libese-sysdeps/Android.bp
+++ b/libese-sysdeps/Android.bp
@@ -39,7 +39,7 @@ cc_library {
srcs: ["darwin-sysdeps.c"],
},
- linux: {
+ linux_glibc: {
srcs: ["android-sysdeps.c"],
},
},