Merge "Change the sdk_version to core_current." into main

This commit is contained in:
Yu Liu 2023-10-14 00:06:41 +00:00 committed by Gerrit Code Review
commit 7f8c43c1f4

View file

@ -15,7 +15,7 @@
java_library {
name: "fake_device_config",
srcs: ["src/**/*.java"],
sdk_version: "core_platform",
host_supported: true,
sdk_version: "core_current",
host_supported: true,
}