Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8703609d authored by Jeongik Cha's avatar Jeongik Cha
Browse files

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
parent 8292962a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,6 +87,6 @@ java_library {
    ],
    static_libs: [
        "ipmemorystore-aidl-interfaces-V3-java",
        "networkstack-aidl-interfaces-java",
        "networkstack-aidl-interfaces-unstable-java",
    ],
}
+1 −1
Original line number Diff line number Diff line
@@ -80,6 +80,6 @@ java_defaults {
        "libutilscallstack",
        "libziparchive",
        "libz",
        "netd_aidl_interface-V2-cpp",
        "netd_aidl_interface-cpp",
    ],
}
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ cc_library_shared {
        "liblog",
        "libcutils",
        "libnativehelper",
        "netd_aidl_interface-V2-cpp",
        "netd_aidl_interface-cpp",
    ],
    static_libs: [
        "libapf",