Include all __aeabi_* runtimes in compiler-rt.
Change-Id: Idbc486374d791e26b841276fa9f7f58fa8e2b4ce
diff --git a/Android.mk b/Android.mk
index 7237462..ccc7507 100644
--- a/Android.mk
+++ b/Android.mk
@@ -151,6 +151,14 @@
# ARM-specific runtimes
libcompiler_rt_arm_SRC_FILES := \
+ lib/arm/aeabi_idivmod.S \
+ lib/arm/aeabi_ldivmod.S \
+ lib/arm/aeabi_memcmp.S \
+ lib/arm/aeabi_memcpy.S \
+ lib/arm/aeabi_memmove.S \
+ lib/arm/aeabi_memset.S \
+ lib/arm/aeabi_uidivmod.S \
+ lib/arm/aeabi_uldivmod.S \
lib/arm/adddf3vfp.S \
lib/arm/addsf3vfp.S \
lib/arm/divdf3vfp.S \
@@ -184,9 +192,7 @@
lib/arm/subsf3vfp.S \
lib/arm/truncdfsf2vfp.S \
lib/arm/unorddf2vfp.S \
- lib/arm/unordsf2vfp.S \
- lib/arm/aeabi_ldivmod.S \
- lib/arm/aeabi_uldivmod.S
+ lib/arm/unordsf2vfp.S
# MIPS-specific runtimes
libcompiler_rt_mips_SRC_FILES := # nothing to add