Merge "Make host targets use non-repackaged targets"

am: 09c81c303a

Change-Id: I5606474b66c13dba18987163e7ff0dc184f3f497
This commit is contained in:
Neil Fuller 2018-08-05 08:12:39 -07:00 committed by android-build-merger
commit 4f2051b1bb
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",
],
}