Loading android/bazel.go +5 −4 Original line number Diff line number Diff line Loading @@ -503,6 +503,7 @@ var ( "host_bionic_linker_script", // depends on extract_linker, a go binary. "robolectric-sqlite4java-native", // depends on soong_zip, a go binary "robolectric_tzdata", // depends on soong_zip, a go binary "libc_musl_sysroot_libc++_headers", "libc_musl_sysroot_libc++abi_headers", // depends on soong_zip, zip2zip "android_icu4j_srcgen_binary", // Bazel build error: deps not allowed without srcs; move to runtime_deps "core-icu4j-for-host", // Bazel build error: deps not allowed without srcs; move to runtime_deps Loading Loading
android/bazel.go +5 −4 Original line number Diff line number Diff line Loading @@ -503,6 +503,7 @@ var ( "host_bionic_linker_script", // depends on extract_linker, a go binary. "robolectric-sqlite4java-native", // depends on soong_zip, a go binary "robolectric_tzdata", // depends on soong_zip, a go binary "libc_musl_sysroot_libc++_headers", "libc_musl_sysroot_libc++abi_headers", // depends on soong_zip, zip2zip "android_icu4j_srcgen_binary", // Bazel build error: deps not allowed without srcs; move to runtime_deps "core-icu4j-for-host", // Bazel build error: deps not allowed without srcs; move to runtime_deps Loading