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

Commit 7bca9bf7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Set min_sdk_version to be part of mainline modules"

parents 10b62267 6c8a51c9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,4 +21,6 @@ java_library_static {
        "data_stall_event.proto",
    ],
    sdk_version: "system_current",
    // this is part of updatable modules(NetworkStack) which targets 29(Q)
    min_sdk_version: "29",
}
+2 −0
Original line number Diff line number Diff line
@@ -26,4 +26,6 @@ java_library_static {
    },
    srcs: ["src/metrics_constants/metrics_constants.proto"],
    sdk_version: "system_current",
    // this is part of updatable modules(CaptivePortalLogin) which targets 29(Q)
    min_sdk_version: "29",
}