summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-12 07:11:45 +0200
committerJeff Brown <jeffbrown@google.com>2011-07-12 07:11:45 +0200
commitb0462e6ae2338f1fa7cc0ed7aa36887713185a15 (patch)
tree5ce08a548af28accf17e900ffcd2831b405c5470
parentAdd missing commands to recovery init.rc (diff)
downloadandroid_bootable_recovery-b0462e6ae2338f1fa7cc0ed7aa36887713185a15.tar
android_bootable_recovery-b0462e6ae2338f1fa7cc0ed7aa36887713185a15.tar.gz
android_bootable_recovery-b0462e6ae2338f1fa7cc0ed7aa36887713185a15.tar.bz2
android_bootable_recovery-b0462e6ae2338f1fa7cc0ed7aa36887713185a15.tar.lz
android_bootable_recovery-b0462e6ae2338f1fa7cc0ed7aa36887713185a15.tar.xz
android_bootable_recovery-b0462e6ae2338f1fa7cc0ed7aa36887713185a15.tar.zst
android_bootable_recovery-b0462e6ae2338f1fa7cc0ed7aa36887713185a15.zip
-rw-r--r--Android.mk4
-rw-r--r--applypatch/Android.mk4
-rw-r--r--mtdutils/Android.mk4
-rw-r--r--tools/ota/Android.mk4
4 files changed, 0 insertions, 16 deletions
diff --git a/Android.mk b/Android.mk
index 508eb4c64..282862fc9 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,5 +1,3 @@
-ifneq ($(TARGET_SIMULATOR),true)
-
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -74,5 +72,3 @@ include $(commands_recovery_local_path)/edify/Android.mk
include $(commands_recovery_local_path)/updater/Android.mk
include $(commands_recovery_local_path)/applypatch/Android.mk
commands_recovery_local_path :=
-
-endif # !TARGET_SIMULATOR
diff --git a/applypatch/Android.mk b/applypatch/Android.mk
index 2848b517e..0e529d4cb 100644
--- a/applypatch/Android.mk
+++ b/applypatch/Android.mk
@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-ifneq ($(TARGET_SIMULATOR),true)
-
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -57,5 +55,3 @@ LOCAL_C_INCLUDES += external/zlib external/bzip2
LOCAL_STATIC_LIBRARIES += libz libbz
include $(BUILD_HOST_EXECUTABLE)
-
-endif # !TARGET_SIMULATOR
diff --git a/mtdutils/Android.mk b/mtdutils/Android.mk
index 416653698..ef417fa19 100644
--- a/mtdutils/Android.mk
+++ b/mtdutils/Android.mk
@@ -1,5 +1,3 @@
-ifneq ($(TARGET_SIMULATOR),true)
-
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -18,5 +16,3 @@ LOCAL_MODULE_TAGS := eng
LOCAL_STATIC_LIBRARIES := libmtdutils
LOCAL_SHARED_LIBRARIES := libcutils libc
include $(BUILD_EXECUTABLE)
-
-endif # !TARGET_SIMULATOR
diff --git a/tools/ota/Android.mk b/tools/ota/Android.mk
index 0bde7ee72..142c3b257 100644
--- a/tools/ota/Android.mk
+++ b/tools/ota/Android.mk
@@ -14,8 +14,6 @@
LOCAL_PATH := $(call my-dir)
-ifneq ($(TARGET_SIMULATOR),true)
-
include $(CLEAR_VARS)
LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_MODULE := add-property-tag
@@ -33,5 +31,3 @@ LOCAL_MODULE_TAGS := debug
LOCAL_SRC_FILES := check-lost+found.c
LOCAL_STATIC_LIBRARIES := libcutils libc
include $(BUILD_EXECUTABLE)
-
-endif # !TARGET_SIMULATOR