summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:12:33 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 22:12:33 -0700
commit6f23f0d48fc29e645c4afafd1e3b6445887d7328 (patch)
tree8cc971f3a4e91b0bb48941e9e211c7a738b1309a /Android.mk
parentfda77ea946fa4c58775d5ff63895cf9d41d3b568 (diff)
downloadextras-6f23f0d48fc29e645c4afafd1e3b6445887d7328.tar.gz
Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: I5a7df94d99dcb6f1de98bd9b8f659fd51a491c82
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 08fe18fc..cde61f69 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,6 +14,4 @@
# limitations under the License.
#
-ifneq ($(TARGET_SIMULATOR),true)
- include $(all-subdir-makefiles)
-endif
+include $(all-subdir-makefiles)