forked from openkylin/platform_build
core_base: Remove duplicated Wifi modules from PRODUCT_PACKAGES
* These packages are already being explicitly added in core_minimal makefile. Change-Id: Ib79f5575efc3903fe901727bb238e8e0946db768
This commit is contained in:
parent
5d7ec6bdf8
commit
f6ae536800
|
@ -62,9 +62,4 @@ PRODUCT_PACKAGES += \
|
|||
mdnsd \
|
||||
requestsync \
|
||||
|
||||
# Wifi modules
|
||||
PRODUCT_PACKAGES += \
|
||||
wifi-service \
|
||||
wificond \
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_minimal.mk)
|
||||
|
|
Loading…
Reference in New Issue