diff options
author | Jeff Brown | 2011-07-12 00:12:32 -0500 |
---|---|---|
committer | Jeff Brown | 2011-07-12 00:12:32 -0500 |
commit | 29e1e7393d1742f9dd5663c63026f50981e5bd89 (patch) | |
tree | 0baf9441d44fce10821ec9bf1f32655e5695a8aa /libdiskconfig | |
parent | 56286d6fdb07d8b1310c27eeb59bdf05500f166e (diff) | |
download | platform-system-core-29e1e7393d1742f9dd5663c63026f50981e5bd89.tar.gz platform-system-core-29e1e7393d1742f9dd5663c63026f50981e5bd89.tar.xz platform-system-core-29e1e7393d1742f9dd5663c63026f50981e5bd89.zip |
Remove the simulator target from all makefiles.
Bug: 5010576
Change-Id: I2fcf31af681d92880e5d31a46d5f6777f7ca1977
Diffstat (limited to 'libdiskconfig')
-rw-r--r-- | libdiskconfig/Android.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libdiskconfig/Android.mk b/libdiskconfig/Android.mk index c887955ea..74be2d9bd 100644 --- a/libdiskconfig/Android.mk +++ b/libdiskconfig/Android.mk | |||
@@ -1,8 +1,6 @@ | |||
1 | LOCAL_PATH := $(call my-dir) | 1 | LOCAL_PATH := $(call my-dir) |
2 | include $(CLEAR_VARS) | 2 | include $(CLEAR_VARS) |
3 | 3 | ||
4 | ifneq ($(TARGET_SIMULATOR),true) | ||
5 | |||
6 | commonSources := \ | 4 | commonSources := \ |
7 | diskconfig.c \ | 5 | diskconfig.c \ |
8 | diskutils.c \ | 6 | diskutils.c \ |
@@ -23,5 +21,3 @@ LOCAL_SYSTEM_SHARED_LIBRARIES := libcutils | |||
23 | LOCAL_CFLAGS := -O2 -g -W -Wall -Werror -D_LARGEFILE64_SOURCE | 21 | LOCAL_CFLAGS := -O2 -g -W -Wall -Werror -D_LARGEFILE64_SOURCE |
24 | include $(BUILD_HOST_STATIC_LIBRARY) | 22 | include $(BUILD_HOST_STATIC_LIBRARY) |
25 | endif # HOST_OS == linux | 23 | endif # HOST_OS == linux |
26 | |||
27 | endif # ! TARGET_SIMULATOR | ||