Merge "Set min_sdk_version to be part of mainline modules" am: 7bca9bf7de am: e4fe4b211d am: 7e57780ddd

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1336117

Change-Id: Ieb0e7ce4dc8d38d8331cb73e0143566eaf3e6325
This commit is contained in:
Treehugger Robot
2020-06-18 17:19:02 +00:00
committed by Automerger Merge Worker
2 changed files with 4 additions and 0 deletions

View File

@@ -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",
}

View File

@@ -26,6 +26,8 @@ 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",
}
filegroup {