commit | 6ca44e8e1047224082340f3a166e5d0207b35a00 | [log] [tgz] |
---|---|---|
author | Ben Cheng <bccheng@android.com> | Thu Sep 02 22:32:34 2010 -0700 |
committer | Ben Cheng <bccheng@android.com> | Thu Sep 02 22:32:34 2010 -0700 |
tree | 2d3e4c6d9d9fb6ab59d387678d8aec3401db0e57 | |
parent | 5bbbe460405564a1aed8a67a13c43e9356ffc656 [diff] |
Skip oprofile modules in the simulator build. Change-Id: Ie18ec8109465e44ae2e14f953f013871c6979060
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