am 6482673f: am 49e002ce: Merge "Don\'t build compiler_rt if the user is just building with tapas."

* commit '6482673f3c9a5e030ef87042482bf749c5065510':
  Don't build compiler_rt if the user is just building with tapas.
diff --git a/Android.mk b/Android.mk
index bd6e060..2a0ce82 100644
--- a/Android.mk
+++ b/Android.mk
@@ -17,6 +17,8 @@
 
 LOCAL_PATH := $(call my-dir)
 
+ifeq (,$(TARGET_BUILD_APPS))
+
 # The following list contains platform-independent functionalities.
 #
 # Skip apple_versioning.c since it is unused.
@@ -379,3 +381,5 @@
 include $(BUILD_HOST_SHARED_LIBRARY)
 
 endif
+
+endif # TARGET_BUILD_APPS only