Skip to content
Snippets Groups Projects
Commit fb58df82 authored by Elis Elliott's avatar Elis Elliott
Browse files

Remove current-api-xml

Fixes: 291213387

Test: atest com.android.cts.devicepolicy.ManagedProfileTest
Change-Id: Idcda372a9644f7860266506d94efa304bd6e38f6
parent 6c29a6fb
No related branches found
No related tags found
No related merge requests found
......@@ -62,15 +62,6 @@ metalava_cmd = "$(location metalava)"
metalava_cmd += " -J--add-opens=java.base/java.util=ALL-UNNAMED "
metalava_cmd += " --quiet "
genrule {
name: "current-api-xml",
tools: ["metalava"],
srcs: [":frameworks-base-api-current.txt"],
out: ["current.api"],
cmd: metalava_cmd + "signature-to-jdiff $(in) $(out)",
visibility: ["//visibility:public"],
}
combined_apis {
name: "frameworks-base-api",
bootclasspath: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment