Skip to content

Commit

Permalink
Use optional instead of user tags
Browse files Browse the repository at this point in the history
Change-Id: Iab8b990bd01bf9abe6df312a69f23a0f18dce1e8
  • Loading branch information
aleho committed Dec 24, 2010
1 parent beab6b8 commit d0b87d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wilink_6_1/config/Android.mk
Expand Up @@ -19,7 +19,7 @@ LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)
LOCAL_MODULE := wpa_supplicant.conf
LOCAL_MODULE_TAGS := user
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/wifi
LOCAL_SRC_FILES := $(LOCAL_MODULE)
Expand All @@ -39,7 +39,7 @@ include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := dhcpcd.conf
LOCAL_MODULE_TAGS := user
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/dhcpcd
LOCAL_SRC_FILES := android_dhcpcd.conf
Expand Down

0 comments on commit d0b87d2

Please sign in to comment.