summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2015-11-10 18:14:36 +0000
committerandroid-build-merger <android-build-merger@google.com>2015-11-10 18:14:36 +0000
commitb8d34aa95270a89e6d6916e447aede2bdbe158a5 (patch)
treeb3f2a11b6b20e6267758a828373970a00480165b
parent8e4cc2e8f22111d04d223a9e59784c2ab17dca80 (diff)
parent4be92ff9cdab332dec621f403d29765be42cc024 (diff)
downloadfio-b8d34aa95270a89e6d6916e447aede2bdbe158a5.tar.gz
Enable clang after new Android clang upgrade.
am: 4be92ff9cd * commit '4be92ff9cdab332dec621f403d29765be42cc024': Enable clang after new Android clang upgrade.
-rw-r--r--Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index 3e0b5ab4..c617df42 100644
--- a/Android.mk
+++ b/Android.mk
@@ -16,10 +16,6 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
-ifeq ($(TARGET_ARCH),arm)
-# b/17167262, Cannot link gettime.c, undefined __aeabi_read_tp, when compiled with -fpie.
-LOCAL_CLANG := false
-endif
LOCAL_CFLAGS_32 += -DBITS_PER_LONG=32 -DCONFIG_64BIT
LOCAL_CFLAGS_64 += -DBITS_PER_LONG=64 -DCONFIG_32BIT