From 29e1e7393d1742f9dd5663c63026f50981e5bd89 Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Mon, 11 Jul 2011 22:12:32 -0700 Subject: Remove the simulator target from all makefiles. Bug: 5010576 Change-Id: I2fcf31af681d92880e5d31a46d5f6777f7ca1977 --- Android.mk | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index a307719..7c57258 100644 --- a/Android.mk +++ b/Android.mk @@ -15,17 +15,4 @@ # LOCAL_PATH := $(my-dir) -ifneq ($(TARGET_SIMULATOR),true) - include $(call first-makefiles-under,$(LOCAL_PATH)) -else - include $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \ - adb \ - libcutils \ - libsysutils \ - liblog \ - libnetutils \ - libpixelflinger \ - libusbhost \ - libzipfile \ - )) -endif +include $(call first-makefiles-under,$(LOCAL_PATH)) -- cgit v1.1