aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Cheng <bccheng@android.com>2010-09-02 22:32:34 -0700
committerBen Cheng <bccheng@android.com>2010-09-02 22:32:34 -0700
commit6ca44e8e1047224082340f3a166e5d0207b35a00 (patch)
tree2d3e4c6d9d9fb6ab59d387678d8aec3401db0e57
parent5bbbe460405564a1aed8a67a13c43e9356ffc656 (diff)
downloadoprofile-6ca44e8e1047224082340f3a166e5d0207b35a00.tar.gz
Skip oprofile modules in the simulator build.
Change-Id: Ie18ec8109465e44ae2e14f953f013871c6979060
-rw-r--r--Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 5053e7d..56c23dd 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1 +1,3 @@
-include $(call all-subdir-makefiles)
+ifeq ($(TARGET_SIMULATOR),false)
+ include $(call all-subdir-makefiles)
+endif