Skip to content

Commit 0623e97

Browse files
aviraxpmikeNG
authored andcommitted
Remove fake wget
* Toybox supports it now, and there is no real need for this tool. Change-Id: I6f3f8e10f148ffc9626cd150ea21275096d2daed
1 parent 080406b commit 0623e97

3 files changed

Lines changed: 0 additions & 194 deletions

File tree

config/common.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ PRODUCT_PACKAGES += \
136136
setcap \
137137
unrar \
138138
vim \
139-
wget \
140139
zip
141140

142141
# Filesystems tools

prebuilt/common/Android.mk

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
LOCAL_PATH := $(call my-dir)
22

3-
# a wrapper for curl which provides wget syntax, for compatibility
4-
include $(CLEAR_VARS)
5-
LOCAL_MODULE := wget
6-
LOCAL_SRC_FILES := bin/wget
7-
LOCAL_MODULE_TAGS := optional
8-
LOCAL_MODULE_CLASS := EXECUTABLES
9-
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
10-
include $(BUILD_PREBUILT)
11-
123
################################
134
# Copies the APN list file into $(TARGET_COPY_OUT_PRODUCT)/etc for the product as apns-conf.xml.
145
# In the case where $(CUSTOM_APNS_FILE) is defined, the content of $(CUSTOM_APNS_FILE)

prebuilt/common/bin/wget

Lines changed: 0 additions & 184 deletions
This file was deleted.

0 commit comments

Comments
 (0)