Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6ae5368 authored by Bruno Martins's avatar Bruno Martins
Browse files

core_base: Remove duplicated Wifi modules from PRODUCT_PACKAGES

 * These packages are already being explicitly added in
   core_minimal makefile.

Change-Id: Ib79f5575efc3903fe901727bb238e8e0946db768
parent 5d7ec6bd
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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)