diff options
author | Jeongik Cha <jeongik@google.com> | 2019-10-25 02:02:00 +0900 |
---|---|---|
committer | Jeongik Cha <jeongik@google.com> | 2019-10-29 16:02:07 +0900 |
commit | 8703609d383f36a1314d8ffd509d853beac372f5 (patch) | |
tree | 69699e4861e8d6f8d376e185d343e2adfd154653 /common/networkstackclient | |
parent | 8292962a1f1ed2d6bbc157c05a30933638a71050 (diff) |
Change AIDL module name
Naming rule for aidl module is changed to make using unstable AIDL module more explicit
So, to use unstable version AIDL module, use "-unstable" suffix version
And also, module name without any suffix means latest frozen version.
But wrt modules for C++ and NDK, module name with latest frozen version
is not available for now.
In b/139280289, more background is explained
Test: m
Bug: 139280289
Change-Id: Idbfe29d16524bb6b0888f9a8db69deabfafb336e
Merged-In: Idbfe29d16524bb6b0888f9a8db69deabfafb336e
Diffstat (limited to 'common/networkstackclient')
-rw-r--r-- | common/networkstackclient/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/networkstackclient/Android.bp b/common/networkstackclient/Android.bp index c82f751..12c5355 100644 --- a/common/networkstackclient/Android.bp +++ b/common/networkstackclient/Android.bp @@ -87,6 +87,6 @@ java_library { ], static_libs: [ "ipmemorystore-aidl-interfaces-V3-java", - "networkstack-aidl-interfaces-java", + "networkstack-aidl-interfaces-unstable-java", ], } |