commit | 132841c0d7e86fabcec443b3b54aee2699b301a4 | [log] [tgz] |
---|---|---|
author | Jeff Brown <jeffbrown@google.com> | Mon Jul 11 22:11:59 2011 -0700 |
committer | Jeff Brown <jeffbrown@google.com> | Mon Jul 11 22:11:59 2011 -0700 |
tree | 39adc81f08011733faeb7aaa471a174e730daadb | |
parent | 982de674c9fac89418509c048548471435c0c7df [diff] |
Remove the simulator target from all makefiles. Bug: 5010576 Change-Id: I510a50fa990db04179825b4e28fdf0597de89f58
diff --git a/Android.mk b/Android.mk index ba187a6..5053e7d 100644 --- a/Android.mk +++ b/Android.mk
@@ -1,3 +1 @@ -ifneq ($(TARGET_SIMULATOR),true) include $(call all-subdir-makefiles) -endif