dopinder: Don't explicitly include rule for wpa_supplicant.conf
authorNolen Johnson <johnsonnolen@gmail.com>
Sun, 1 Aug 2021 21:09:51 +0000 (17:09 -0400)
committerNolen Johnson <johnsonnolen@gmail.com>
Sun, 1 Aug 2021 21:09:51 +0000 (17:09 -0400)
* Seems to auto-include itself now.

Change-Id: I6c71195089c32e7b663b32272a59dcfd01fcc9ce

Android.mk

index 246b24a7f275a157008fde1dc71c7e6eea703bd4..dc1812a36c3f96d643086e79a14f2de1c9ed6e5e 100644 (file)
@@ -9,5 +9,4 @@ 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