aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2016-01-05 00:15:24 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-01-05 00:15:24 +0000
commita6d897b9292b721cb30cc8334005c277f7201922 (patch)
tree6107340fe692db5277d3380c763c21ffaef93b56
parentf43ff43a18199fbc7b3347534f6eabd5fda7839a (diff)
parent7ec4779a85f59a0758abee7b29c2f659fb09a91f (diff)
downloadlibcap-ng-a6d897b9292b721cb30cc8334005c277f7201922.tar.gz
-rw-r--r--Android.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 14acca4..0ced5b7 100644
--- a/Android.mk
+++ b/Android.mk
@@ -2,9 +2,9 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
-# Android clang does not support emulate TLS yet.
-# BUG: 25294261
-LOCAL_CLANG := false
+# Android clang has emulated TLS now but not working for arm64.
+# BUG: 25294261, 25642296
+LOCAL_CLANG_arm64 := false
LOCAL_SRC_FILES := \
libcap-ng-0.7/src/cap-ng.c \