Revert "dopinder: Don't explicitly include rule for wpa_supplicant.conf"
authorNolen Johnson <johnsonnolen@gmail.com>
Sun, 1 Aug 2021 21:28:57 +0000 (23:28 +0200)
committerNolen Johnson <johnsonnolen@gmail.com>
Sun, 1 Aug 2021 21:28:57 +0000 (23:28 +0200)
This reverts commit 235ca2b4d1ab2d57eae89fcce61884502d0015cb.

Reason for revert: This was only included due to a typo in a /different/ device tree -_-

Change-Id: Id0a1d67a7c7810a6e253664f43be7e0a96739b12

Android.mk

index dc1812a36c3f96d643086e79a14f2de1c9ed6e5e..246b24a7f275a157008fde1dc71c7e6eea703bd4 100644 (file)
@@ -9,4 +9,5 @@ ifeq ($(TARGET_DEVICE), dopinder)
 LOCAL_PATH := $(call my-dir)
 include $(call all-makefiles-under,$(LOCAL_PATH))
 
+include external/wpa_supplicant_8/wpa_supplicant/wpa_supplicant_conf.mk
 endif