aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2015-10-27 16:23:56 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-10-27 16:23:56 +0000
commitf43ff43a18199fbc7b3347534f6eabd5fda7839a (patch)
treee66448348331a852e30d92347f77bc8d776007fd
parent52447887e50b49f33f959077c31232edff6659d8 (diff)
parent1ea5e91dc826ff243e27be407b19cacb178122cd (diff)
downloadlibcap-ng-f43ff43a18199fbc7b3347534f6eabd5fda7839a.tar.gz
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index c0b7f3d..14acca4 100644
--- a/Android.mk
+++ b/Android.mk
@@ -2,6 +2,10 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
+# Android clang does not support emulate TLS yet.
+# BUG: 25294261
+LOCAL_CLANG := false
+
LOCAL_SRC_FILES := \
libcap-ng-0.7/src/cap-ng.c \
libcap-ng-0.7/src/lookup_table.c