summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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