aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-17 11:11:22 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-17 11:11:22 +0000
commitf78c87ff704368f1e8162c7f518429c846c929be (patch)
tree146303bbe2e1c6e5738de9ad774c2a240e185cae
parent86d9373768e685c98324f67e3c9a0cac75c9f56b (diff)
parent6e6df26ed3086f6e208abfcd2bba5242f67ac78a (diff)
downloadlibese-f78c87ff704368f1e8162c7f518429c846c929be.tar.gz
Use target.linux for all linux kernel based targets am: 8fb8549537 am: 7caa0ee088 am: 0f58176ef2
am: 6e6df26ed3 Change-Id: Ib2a38b42f7c1b7dbe67256169fd7f9acba79c7f5
-rw-r--r--libese-sysdeps/Android.bp6
1 files changed, 1 insertions, 5 deletions
diff --git a/libese-sysdeps/Android.bp b/libese-sysdeps/Android.bp
index 7ce274c..95dba4e 100644
--- a/libese-sysdeps/Android.bp
+++ b/libese-sysdeps/Android.bp
@@ -31,17 +31,13 @@ cc_library {
cflags: ["-DLOG_NDEBUG=0"],
},
target: {
- android: {
+ linux: {
srcs: ["android-sysdeps.c"],
},
darwin: {
srcs: ["darwin-sysdeps.c"],
},
-
- linux_glibc: {
- srcs: ["android-sysdeps.c"],
- },
},
shared_libs: [],