From 0d0ea27274afe400644754f2505d3fb18ec43416 Mon Sep 17 00:00:00 2001 From: Remi NGUYEN VAN Date: Mon, 15 Jun 2020 08:03:02 +0000 Subject: [PATCH] Use unstable networkstack AIDLs in development branches Development branches should use the -unstable version of the NetworkStack AIDLs so that refreezing is not necessary for each modification. The versions will be re-frozen before each release instead. Bug: 157534516 Change-Id: I74b4a16266bda7b8ac740b3a0193268da260fc2f Test: m --- Tethering/Android.bp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tethering/Android.bp b/Tethering/Android.bp index 9eba6bd0dc..9c8c0aab2d 100644 --- a/Tethering/Android.bp +++ b/Tethering/Android.bp @@ -27,7 +27,8 @@ java_defaults { "androidx.annotation_annotation", "netd_aidl_interface-unstable-java", "netlink-client", - "networkstack-aidl-interfaces-java", + // TODO: use networkstack-client instead of just including the AIDL interface + "networkstack-aidl-interfaces-unstable-java", "android.hardware.tetheroffload.config-V1.0-java", "android.hardware.tetheroffload.control-V1.0-java", "net-utils-framework-common",