Merge "Set min_sdk_version to be part of mainline modules" am: 7bca9bf7de am: e4fe4b211d
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1336117 Change-Id: I5ee224d768e9958cf3321f13236b5ea473e33d66
This commit is contained in:
@@ -21,4 +21,6 @@ java_library_static {
|
|||||||
"data_stall_event.proto",
|
"data_stall_event.proto",
|
||||||
],
|
],
|
||||||
sdk_version: "system_current",
|
sdk_version: "system_current",
|
||||||
|
// this is part of updatable modules(NetworkStack) which targets 29(Q)
|
||||||
|
min_sdk_version: "29",
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,6 +26,8 @@ java_library_static {
|
|||||||
},
|
},
|
||||||
srcs: ["src/metrics_constants/metrics_constants.proto"],
|
srcs: ["src/metrics_constants/metrics_constants.proto"],
|
||||||
sdk_version: "system_current",
|
sdk_version: "system_current",
|
||||||
|
// this is part of updatable modules(CaptivePortalLogin) which targets 29(Q)
|
||||||
|
min_sdk_version: "29",
|
||||||
}
|
}
|
||||||
|
|
||||||
filegroup {
|
filegroup {
|
||||||
|
|||||||
Reference in New Issue
Block a user