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

Commit ff1b3118 authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN
Browse files

Use unstable networkstack AIDLs in development branches

Development branches should use the -unstable version of the
NetworkStack AIDLs so that refreezing is not necessary for each
modification.
The versions will be re-frozen before each release instead.

Bug: 157534516
Test: m
Merged-In: Iae5eb6d6a7ea38cd8e2537f1eb83190ecbae1f87

Change-Id: Iae5eb6d6a7ea38cd8e2537f1eb83190ecbae1f87
parent 8ff01a1d
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ aidl_interface {
        java: {
            apex_available: [
                "//apex_available:platform",
                "com.android.bluetooth.updatable",
            ],
            // this is part of updatable modules(NetworkStack) which targets 29(Q)
            min_sdk_version: "29",
@@ -90,6 +91,7 @@ aidl_interface {
            apex_available: [
                "//apex_available:platform",
                "com.android.bluetooth.updatable",
                "com.android.tethering",
            ],
            // this is part of updatable modules(NetworkStack) which targets 29(Q)
            min_sdk_version: "29",
@@ -131,8 +133,8 @@ java_library {
        "src/android/net/shared/**/*.java",
    ],
    static_libs: [
        "ipmemorystore-aidl-interfaces-java",
        "networkstack-aidl-interfaces-java",
        "ipmemorystore-aidl-interfaces-unstable-java",
        "networkstack-aidl-interfaces-unstable-java",
    ],
    visibility: [
        "//frameworks/base/packages/Tethering",