Merge "Let genrule have the entrance depend on signapk"

This commit is contained in:
Treehugger Robot
2020-10-27 16:30:55 +00:00
committed by Gerrit Code Review

View File

@@ -16,7 +16,7 @@
// the signapk tool (a .jar application used to sign packages) // the signapk tool (a .jar application used to sign packages)
// ============================================================ // ============================================================
java_library_host { java_binary_host {
name: "signapk", name: "signapk",
srcs: ["src/**/*.java"], srcs: ["src/**/*.java"],
manifest: "SignApk.mf", manifest: "SignApk.mf",
@@ -32,6 +32,7 @@ java_library_host {
// The post-build signing tools need signapk.jar (and its shared libraries, // The post-build signing tools need signapk.jar (and its shared libraries,
// handled in their own Android.bp files) // handled in their own Android.bp files)
dist: { dist: {
tag: ".jar",
targets: ["droidcore"], targets: ["droidcore"],
}, },
} }