aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2015-10-27 16:38:44 +0000
committerandroid-build-merger <android-build-merger@google.com>2015-10-27 16:38:44 +0000
commitdb9bcffaa55e90b25ad60614bab3674814b15dcf (patch)
treeedea31e7dee34ee19643d9a9210d4bc429c837eb
parent7c87997635dba938f38882f2e2331e9ef00dcb86 (diff)
parentf43ff43a18199fbc7b3347534f6eabd5fda7839a (diff)
downloadlibcap-ng-db9bcffaa55e90b25ad60614bab3674814b15dcf.tar.gz
Merge "Disable clang until emulated TLS is there."
am: f43ff43a18 * commit 'f43ff43a18199fbc7b3347534f6eabd5fda7839a': Disable clang until emulated TLS is there.
-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