aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-03 03:30:54 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-03 03:30:54 +0000
commit55c676a7eb2cffb2c017a78b731e73bfbf610b13 (patch)
tree981043a290923ac5d16c37af16fcc19757df30c2
parent7e9106460173ffc3cc1931940447ff6b4609f2f6 (diff)
parent661f351c408038c2272f1502a53636bb4b6b8851 (diff)
downloadlibese-55c676a7eb2cffb2c017a78b731e73bfbf610b13.tar.gz
Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]] am: 4896ef4839 am: 56f9323c4e
am: 661f351c40 Change-Id: I7902eee02664fd0c9cd8f3a4bbb0f0b344938d31
-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"],
},
},