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 --- libdiskconfig/Android.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libdiskconfig') diff --git a/libdiskconfig/Android.mk b/libdiskconfig/Android.mk index c887955e..74be2d9b 100644 --- a/libdiskconfig/Android.mk +++ b/libdiskconfig/Android.mk @@ -1,8 +1,6 @@ LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) -ifneq ($(TARGET_SIMULATOR),true) - commonSources := \ diskconfig.c \ diskutils.c \ @@ -23,5 +21,3 @@ LOCAL_SYSTEM_SHARED_LIBRARIES := libcutils LOCAL_CFLAGS := -O2 -g -W -Wall -Werror -D_LARGEFILE64_SOURCE include $(BUILD_HOST_STATIC_LIBRARY) endif # HOST_OS == linux - -endif # ! TARGET_SIMULATOR -- cgit v1.2.3