From a53097d93c27b4141e97fb6b3c09bc7b3d24c2b8 Mon Sep 17 00:00:00 2001 From: Chiachang Wang Date: Tue, 11 Jan 2022 10:31:22 +0800 Subject: [PATCH] Add netd_aidl_interface_v8 to allowed_deps. Apex-Size-Increase: negligible Just replace netd_aidl_interface-V7 with V8 which has one more field in NativeNetworkConfig Previous-Platform-Support: Yes, support previous platform releases Aosp-First: Yes Test-Info: all unit tests related to Connectivity/netd Bug: 184750836 Test: atest FrameworksNetTests Test: cd system/netd ; atest Change-Id: I4887f9bb59b0050e6b0065a95e0af571a9426e3a --- build/allowed_deps.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/allowed_deps.txt b/build/allowed_deps.txt index 91dd49c..9449627 100644 --- a/build/allowed_deps.txt +++ b/build/allowed_deps.txt @@ -619,6 +619,7 @@ netd_aidl_interface-V3-java(minSdkVersion:29) netd_aidl_interface-V5-java(minSdkVersion:29) netd_aidl_interface-V6-java(minSdkVersion:29) netd_aidl_interface-V7-java(minSdkVersion:29) +netd_aidl_interface-V8-java(minSdkVersion:29) netd_event_listener_interface-java(minSdkVersion:29) netd_event_listener_interface-lateststable-java(minSdkVersion:29) netd_event_listener_interface-ndk_platform(minSdkVersion:29)