diff options
author | Jeff Brown <jeffbrown@google.com> | 2011-07-11 22:11:57 -0700 |
---|---|---|
committer | Jeff Brown <jeffbrown@google.com> | 2011-07-11 22:11:57 -0700 |
commit | b502ba5be324c076834296d979764ecef6ab9cda (patch) | |
tree | bfa8206c313eda24579cd8d6fc59b1a64900a4c9 | |
parent | 153e43407d580b178f4b084ad78417179138b11a (diff) | |
download | external_dhcpcd-b502ba5be324c076834296d979764ecef6ab9cda.zip external_dhcpcd-b502ba5be324c076834296d979764ecef6ab9cda.tar.gz external_dhcpcd-b502ba5be324c076834296d979764ecef6ab9cda.tar.bz2 |
Remove the simulator target from all makefiles.
Bug: 5010576
Change-Id: Iae6722e0297a65bcfb747266060bee7418c54623
-rw-r--r-- | Android.mk | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,5 +1,4 @@ # Copyright 2006 The Android Open Source Project -ifneq ($(TARGET_SIMULATOR),true) LOCAL_PATH:= $(call my-dir) etc_dir := $(TARGET_OUT)/etc/dhcpcd @@ -57,5 +56,3 @@ LOCAL_MODULE_CLASS := ETC LOCAL_MODULE_PATH := $(hooks_target) LOCAL_SRC_FILES := $(hooks_dir)/$(LOCAL_MODULE) include $(BUILD_PREBUILT) - -endif |