Change the sdk_version to core_current.
Bazel currently can't build core_platform yet and needs this lib to build some java_aconfig_library. Bug: 305255550 Test: CI Change-Id: Ic94efe7888e35099618e2fdbbbb481168ed2bcf2
This commit is contained in:
parent
e829066b58
commit
3cfde0e5dd
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue