Merge "Revert "Revert "R8/D8 should use sdk_version prop to determine API surface stability."""

This commit is contained in:
Treehugger Robot
2023-02-23 21:39:49 +00:00
committed by Gerrit Code Review
4 changed files with 38 additions and 15 deletions

View File

@@ -43,6 +43,7 @@ func TestR8(t *testing.T) {
name: "core_platform_app",
srcs: ["foo.java"],
sdk_version: "core_platform",
min_sdk_version: "31",
}
java_library {