From 140042db6fe1a247fc2e890cbceaadd055ecf53b Mon Sep 17 00:00:00 2001 From: Hungming Chen Date: Fri, 29 May 2020 19:30:01 +0800 Subject: [PATCH] Make tethering module to use netd_aidl_interface-unstable-java Use unstable aidl for new api tetherOffload* and modified parcel TetherStatsParcel in BpfCoordinator{, Test}. Bug: 150736748 Test: m Change-Id: I2d2cedf560319653f67f6b06f7abb0bf66eba91a --- Tethering/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tethering/Android.bp b/Tethering/Android.bp index 33c2b5828d..4116afca98 100644 --- a/Tethering/Android.bp +++ b/Tethering/Android.bp @@ -25,7 +25,7 @@ java_defaults { ], static_libs: [ "androidx.annotation_annotation", - "netd_aidl_interface-V3-java", + "netd_aidl_interface-unstable-java", "netlink-client", "networkstack-aidl-interfaces-java", "android.hardware.tetheroffload.config-V1.0-java",