exynos9610: Switch IWlan to AP-assisted mode
[GitHub/LineageOS/android_device_motorola_exynos9610-common.git] / common.mk
index 5e761b64e48cc6979c2727b34ae4e2ded59878e9..1c64c2b0ebfe559df38c2308229b6d2069a5e563 100644 (file)
--- a/common.mk
+++ b/common.mk
@@ -19,6 +19,9 @@ COMMON_PATH := device/motorola/exynos9610-common
 # Get non-open-source specific aspects
 $(call inherit-product, vendor/motorola/exynos9610-common/exynos9610-common-vendor.mk)
 
+# Enable updating of APEXes
+$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
+
 # A/B
 AB_OTA_POSTINSTALL_CONFIG += \
     RUN_POSTINSTALL_system=true \
@@ -404,7 +407,7 @@ PRODUCT_PACKAGES += \
 
 # WiFi
 PRODUCT_PACKAGES += \
-    android.hardware.wifi@1.0-service \
+    android.hardware.wifi@1.0-service.legacy \
     hostapd \
     libip_checksum_shim.vendor \
     WifiOverlay \