aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2015-07-01 18:40:51 -0700
committerStephen Hines <srhines@google.com>2015-07-16 13:35:49 -0700
commita71c53e9322fa6b8d32c5c12985fee52314cbd99 (patch)
tree5497e48f17212dd89639163f33d00cd1587720c9
parent3ce6da3ce4ee35752652d42fab8263542ac34c20 (diff)
downloadcompiler-rt-a71c53e9322fa6b8d32c5c12985fee52314cbd99.tar.gz
Use LOCAL_NO_LIBGCC to build this independently.
Change-Id: Ibd45b48b6211179fec6a63e9e330f96d253c6073 (cherry picked from commit 2d504645f0eda069d027cb4de3ae9d9210b6d4f5)
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 6a6ba4c0a..35dbf6f9f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -438,6 +438,7 @@ LOCAL_STATIC_LIBRARIES_x86_64 := libunwindbacktrace
LOCAL_MODULE_TARGET_ARCH := arm arm64 mips mips64 x86 x86_64
LOCAL_ADDRESS_SANITIZER := false
LOCAL_CXX_STL := none
+LOCAL_NO_LIBGCC := true
include $(BUILD_SHARED_LIBRARY)
@@ -461,6 +462,7 @@ endif
LOCAL_MULTILIB := both
LOCAL_ADDRESS_SANITIZER := false
LOCAL_CXX_STL := none
+LOCAL_NO_LIBGCC := true
include $(BUILD_HOST_SHARED_LIBRARY)