OSDN Git Service

Remove the simulator target from all makefiles.
authorJeff Brown <jeffbrown@google.com>
Tue, 12 Jul 2011 05:12:35 +0000 (22:12 -0700)
committerJeff Brown <jeffbrown@google.com>
Tue, 12 Jul 2011 05:12:35 +0000 (22:12 -0700)
Bug: 5010576

Change-Id: I1ef5377c66e08b450a4a40195b8fe29a8037a8be

Android.mk

index 8045ad7..32830ac 100644 (file)
@@ -1,10 +1,3 @@
-BUILD_NETD := false
-ifneq ($(TARGET_SIMULATOR),true)
-    BUILD_NETD := true
-endif
-
-ifeq ($(BUILD_NETD),true)
-
 LOCAL_PATH:= $(call my-dir)
 
 include $(CLEAR_VARS)
@@ -66,5 +59,3 @@ LOCAL_CFLAGS :=
 LOCAL_SHARED_LIBRARIES := libcutils
 
 include $(BUILD_EXECUTABLE)
-
-endif # ifeq ($(BUILD_NETD,true)