summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChiachang Wang <chiachangwang@google.com>2019-12-11 21:20:24 +0800
committerChiachang Wang <chiachangwang@google.com>2019-12-18 02:42:32 +0000
commit2abb2cc3e90c0cae5c59a34eb7d12cef796ff076 (patch)
tree8b6ab5891870de6d1132f71b5c721d6f13383f23
parent0eb158a30f83a670c9ab196d435d3cc8f63c59b4 (diff)
Use unstable netd_aidl_interface for development
Use unstable aidl for netd_aidl_interface until next mainline release to prevent version lock in the developing stage. Bug: 130325409 Test: atest NetworkStackTests NetworkStackNextTests Change-Id: I2d2e6fd0f013a3a32f428abbff267ba30198cc6d
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 9cf59d7..0695b55 100644
--- a/Android.bp
+++ b/Android.bp
@@ -86,7 +86,7 @@ java_defaults {
libs: ["unsupportedappusage"],
static_libs: [
"androidx.annotation_annotation",
- "netd_aidl_interface-V2-java",
+ "netd_aidl_interface-unstable-java",
"netlink-client",
"networkstack-client",
"datastallprotosnano",