Merge "Make host targets use non-repackaged targets"

This commit is contained in:
Treehugger Robot 2018-08-05 15:05:48 +00:00 committed by Gerrit Code Review
commit 09c81c303a
2 changed files with 4 additions and 4 deletions

View file

@ -22,8 +22,8 @@ java_library_host {
manifest: "SignApk.mf",
static_libs: [
"apksig",
"bouncycastle",
"bouncycastle-bcpkix",
"bouncycastle-unbundled",
"bouncycastle-bcpkix-unbundled",
"conscrypt",
],

View file

@ -21,7 +21,7 @@ java_library_host {
srcs: ["SignTos.java"],
manifest: "SignTos.mf",
static_libs: [
"bouncycastle",
"bouncycastle-bcpkix",
"bouncycastle-unbundled",
"bouncycastle-bcpkix-unbundled",
],
}