Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3cfde0e5 authored by Yu Liu's avatar Yu Liu
Browse files

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
parent e829066b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
java_library {
	name: "fake_device_config",
	srcs: ["src/**/*.java"],
	sdk_version: "core_platform",
	sdk_version: "core_current",
	host_supported: true,
}