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

Commit 752c0523 authored by Jooyung Han's avatar Jooyung Han Committed by Automerger Merge Worker
Browse files

Set min_sdk_version to be part of mainline modules am: 2848d0a8 am: 6e8c2220 am: e4f7d0cc

Original change: https://android-review.googlesource.com/c/platform/packages/modules/NetworkStack/+/1335529

Change-Id: Ic5a31a8b4f87f190ee3c6bba21ac694326dfc117
parents dbabd0e3 e4f7d0cc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,4 +21,6 @@ java_library {
        "androidx.annotation_annotation",
    ],
    sdk_version: "system_current",
    // this is part of updatable modules(NetworkStack) which targets 29(Q)
    min_sdk_version: "29",
}
 No newline at end of file
+2 −0
Original line number Diff line number Diff line
@@ -24,4 +24,6 @@ java_library {
        "androidx.annotation_annotation",
    ],
    sdk_version: "system_current",
    // this is part of updatable modules(NetworkStack) which targets 29(Q)
    min_sdk_version: "29",
}
+6 −0
Original line number Diff line number Diff line
@@ -29,6 +29,8 @@ aidl_interface {
                "//apex_available:platform",
                "com.android.wifi",
            ],
            // this is part of updatable modules(NetworkStack) which targets 29(Q)
            min_sdk_version: "29",
        },
        ndk: {
            enabled: false,
@@ -91,6 +93,8 @@ aidl_interface {
                "com.android.bluetooth.updatable",
                "com.android.wifi",
            ],
            // this is part of updatable modules(NetworkStack) which targets 29(Q)
            min_sdk_version: "29",
        },
        ndk: {
            enabled: false,
@@ -119,6 +123,8 @@ aidl_interface {
java_library {
    name: "networkstack-client",
    sdk_version: "system_current",
    // this is part of updatable modules(NetworkStack) which targets 29(Q)
    min_sdk_version: "29",
    srcs: [
        ":framework-annotations",
        "src/android/net/IpMemoryStoreClient.java",