aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:12:04 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 22:12:04 -0700
commit801d6dd1bc0b65b8b26c03713592d717877e6d60 (patch)
treee33a9adc5ebe3c1f7e44329754220a0ddf14ea4f
parent220b7fffe31541dc33e8a9bb297128dd46567e74 (diff)
downloadoprofile-801d6dd1bc0b65b8b26c03713592d717877e6d60.tar.gz
Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: I4e916efded024ea68713dde817dd4bb7ec83c285
-rw-r--r--Android.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 4b19765..0a05aed 100644
--- a/Android.mk
+++ b/Android.mk
@@ -12,6 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-ifeq ($(TARGET_SIMULATOR),false)
- include $(call all-subdir-makefiles)
-endif
+include $(call all-subdir-makefiles)