Removes dependencies on libgcc
Change-Id: If4ea03b8f4f31f916fbd95d927aca8a499966bab
diff --git a/Android.build.mk b/Android.build.mk
index 1a77ee8..2f047c0 100644
--- a/Android.build.mk
+++ b/Android.build.mk
@@ -80,6 +80,10 @@
$($(module)_ldlibs) \
$($(module)_ldlibs_$(build_type)) \
+LOCAL_LDFLAGS := \
+ $($(module)_ldflags) \
+ $($(module)_ldflags_$(build_type)) \
+
# Translate arm64 to aarch64 in c includes and src files.
LOCAL_C_INCLUDES_arm64 := \
$(subst tdep-arm64,tdep-aarch64,$(LOCAL_C_INCLUDES_arm64))