diff options
author | Chiachang Wang <chiachangwang@google.com> | 2019-12-11 21:20:24 +0800 |
---|---|---|
committer | Chiachang Wang <chiachangwang@google.com> | 2019-12-18 02:42:32 +0000 |
commit | 2abb2cc3e90c0cae5c59a34eb7d12cef796ff076 (patch) | |
tree | 8b6ab5891870de6d1132f71b5c721d6f13383f23 | |
parent | 0eb158a30f83a670c9ab196d435d3cc8f63c59b4 (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.bp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |