From 601971d2d22f5eee8577c7888eefdb4b3c334ba7 Mon Sep 17 00:00:00 2001 From: Lorenzo Colitti Date: Wed, 10 Jun 2020 00:59:37 +0900 Subject: [PATCH] Use the latest stable netd AIDL interface in Tethering. This is required to use the new BPF tethering APIs that set data usage limits. AOSP and master are already using -unstable instead of -V3. In order not to change master, the Merged-In tag is set to the CL that switched AOSP (and master) to -unstable. Test: m Bug: 150736748 Merged-In: I2d2cedf560319653f67f6b06f7abb0bf66eba91a Change-Id: Idba29b0fe428ac6552a025dcbe15729739088e9e --- Tethering/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tethering/Android.bp b/Tethering/Android.bp index d07a70c1af..32e2b04e8e 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-java", "netlink-client", "networkstack-aidl-interfaces-java", "android.hardware.tetheroffload.config-V1.0-java",