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: Ib38e2cb114cc373ef50652f421ddaff9b4fbe5b9
This commit is contained in:
@@ -6,7 +6,7 @@ java_library_static {
|
|||||||
],
|
],
|
||||||
static_libs: [
|
static_libs: [
|
||||||
"dnsresolver_aidl_interface-V2-java",
|
"dnsresolver_aidl_interface-V2-java",
|
||||||
"netd_aidl_interface-java",
|
"netd_aidl_interface-unstable-java",
|
||||||
"networkstack-client",
|
"networkstack-client",
|
||||||
"tethering-client",
|
"tethering-client",
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ android_test {
|
|||||||
"libui",
|
"libui",
|
||||||
"libunwindstack",
|
"libunwindstack",
|
||||||
"libutils",
|
"libutils",
|
||||||
"netd_aidl_interface-V2-cpp",
|
"netd_aidl_interface-cpp",
|
||||||
],
|
],
|
||||||
|
|
||||||
dxflags: ["--multi-dex"],
|
dxflags: ["--multi-dex"],
|
||||||
|
|||||||
@@ -55,6 +55,6 @@ android_test {
|
|||||||
"libui",
|
"libui",
|
||||||
"libunwindstack",
|
"libunwindstack",
|
||||||
"libutils",
|
"libutils",
|
||||||
"netd_aidl_interface-V2-cpp",
|
"netd_aidl_interface-cpp",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ java_defaults {
|
|||||||
"libvndksupport",
|
"libvndksupport",
|
||||||
"libziparchive",
|
"libziparchive",
|
||||||
"libz",
|
"libz",
|
||||||
"netd_aidl_interface-V2-cpp",
|
"netd_aidl_interface-cpp",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user