Merge "Make host targets use non-repackaged targets"
This commit is contained in:
commit
09c81c303a
2 changed files with 4 additions and 4 deletions
|
@ -22,8 +22,8 @@ java_library_host {
|
|||
manifest: "SignApk.mf",
|
||||
static_libs: [
|
||||
"apksig",
|
||||
"bouncycastle",
|
||||
"bouncycastle-bcpkix",
|
||||
"bouncycastle-unbundled",
|
||||
"bouncycastle-bcpkix-unbundled",
|
||||
"conscrypt",
|
||||
],
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ java_library_host {
|
|||
srcs: ["SignTos.java"],
|
||||
manifest: "SignTos.mf",
|
||||
static_libs: [
|
||||
"bouncycastle",
|
||||
"bouncycastle-bcpkix",
|
||||
"bouncycastle-unbundled",
|
||||
"bouncycastle-bcpkix-unbundled",
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue