summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Hungming Chen <nuccachen@google.com> 2020-05-29 19:30:01 +0800
committer Hungming Chen <nuccachen@google.com> 2020-05-29 20:24:02 +0800
commitef394586b2404af35a9814fb5cd71440091ad1a6 (patch)
tree313a8fb535c38ea4b867e9e7ad44e53ae21586e5
parentd8c28ef921f948ce0aea259dfc2ed66c6d0e78e8 (diff)
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
-rw-r--r--packages/Tethering/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Tethering/Android.bp b/packages/Tethering/Android.bp
index 33c2b5828dac..4116afca9816 100644
--- a/packages/Tethering/Android.bp
+++ b/packages/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",