You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
205 B

# TODO: investigate using the bp2build-converted java_import_host rule defined
# in Android.bp.
java_import(
name = "r8_jar_import",
jars = ["r8.jar"],
visibility = ["//visibility:public"],
)