summaryrefslogtreecommitdiff
path: root/java/dex_test.go
diff options
context:
space:
mode:
author Spandan Das <spandandas@google.com> 2023-02-23 18:05:05 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-02-23 18:05:05 +0000
commitc404cc79e9df9718428f980b0623cda6cdb26d7c (patch)
treed5fa17c78a6ac19c1becd619fb9a26bd2537c6b2 /java/dex_test.go
parent7eb9243fa78189000da9d5beeabaea3b8b2c0fd5 (diff)
Revert "Revert "R8/D8 should use sdk_version prop to determine API surface stability.""
This reverts commit 7eb9243fa78189000da9d5beeabaea3b8b2c0fd5. Reason for revert: The original change was reverted since it was suspected to cause missing libc++.so errors. It was a red herring, and the root cause has been fixed now b/264588525 Change-Id: Ib9110c41bacf220b91f24de11589f63235895e56
Diffstat (limited to 'java/dex_test.go')
-rw-r--r--java/dex_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/dex_test.go b/java/dex_test.go
index fc6cd0f3f..cddd4ad83 100644
--- a/java/dex_test.go
+++ b/java/dex_test.go
@@ -41,6 +41,7 @@ func TestR8(t *testing.T) {
name: "core_platform_app",
srcs: ["foo.java"],
sdk_version: "core_platform",
+ min_sdk_version: "31",
}
java_library {