Revert "Update supplicant service to use V2 of the supplicant AI..."
Revert "Update framework dependencies to use the Supplicant AIDL..."
Revert submission 19760393-supplicant-v2
Reason for revert: b/244522531
Reverted Changes:
I538ca995a:Update framework dependencies to use the Supplican...
I4d5293c1f:Update supplicant service to use V2 of the supplic...
Change-Id: I261f8df291f5a11a8576680a6957f2e88b489611
diff --git a/wpa_supplicant/Android.mk b/wpa_supplicant/Android.mk
index 1da9e61..1eaebde 100644
--- a/wpa_supplicant/Android.mk
+++ b/wpa_supplicant/Android.mk
@@ -1812,7 +1812,7 @@
LOCAL_SHARED_LIBRARIES += libdbus
endif
ifeq ($(WPA_SUPPLICANT_USE_AIDL), y)
-LOCAL_SHARED_LIBRARIES += android.hardware.wifi.supplicant-V2-ndk
+LOCAL_SHARED_LIBRARIES += android.hardware.wifi.supplicant-V1-ndk
LOCAL_SHARED_LIBRARIES += libutils libbase
LOCAL_SHARED_LIBRARIES += libbinder_ndk
LOCAL_STATIC_LIBRARIES += libwpa_aidl
@@ -1884,7 +1884,7 @@
aidl/sta_network.cpp \
aidl/supplicant.cpp
LOCAL_SHARED_LIBRARIES := \
- android.hardware.wifi.supplicant-V2-ndk \
+ android.hardware.wifi.supplicant-V1-ndk \
libbinder_ndk \
libbase \
libutils \