From 677bc0f0c44bb15686f570ebb8e8cfcd3c72020f Mon Sep 17 00:00:00 2001 From: Gabriel Biren Date: Mon, 4 Dec 2023 22:34:33 +0000 Subject: [PATCH] Import android.hardware.wifi.common in the Supplicant interface. Bug: 296069900 Test: m Change-Id: I207691c74fbcdabd78d024aded5cef705cfb13c9 --- wifi/supplicant/aidl/Android.bp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/wifi/supplicant/aidl/Android.bp b/wifi/supplicant/aidl/Android.bp index 76b0902b4f..632927d714 100644 --- a/wifi/supplicant/aidl/Android.bp +++ b/wifi/supplicant/aidl/Android.bp @@ -27,6 +27,9 @@ aidl_interface { srcs: [ "android/hardware/wifi/supplicant/*.aidl", ], + imports: [ + "android.hardware.wifi.common-V1", + ], stability: "vintf", backend: { java: { @@ -45,6 +48,9 @@ aidl_interface { ndk: { gen_trace: true, }, + cpp: { + enabled: false, + }, }, versions_with_info: [ { @@ -58,5 +64,4 @@ aidl_interface { ], frozen: false, - }