Make host targets use non-repackaged targets
A host build target was depending on a target that is intended for on-device, repackaged (com.android.) use. This switches to using the unbundled target instead. Test: Build Bug: 111055375 Bug: 111734251 Change-Id: Ie81dd7257a14756fc21fa6f956175e5bd2ff80c1
This commit is contained in:
@@ -22,8 +22,8 @@ java_library_host {
|
|||||||
manifest: "SignApk.mf",
|
manifest: "SignApk.mf",
|
||||||
static_libs: [
|
static_libs: [
|
||||||
"apksig",
|
"apksig",
|
||||||
"bouncycastle",
|
"bouncycastle-unbundled",
|
||||||
"bouncycastle-bcpkix",
|
"bouncycastle-bcpkix-unbundled",
|
||||||
"conscrypt",
|
"conscrypt",
|
||||||
],
|
],
|
||||||
|
|
||||||
|
@@ -21,7 +21,7 @@ java_library_host {
|
|||||||
srcs: ["SignTos.java"],
|
srcs: ["SignTos.java"],
|
||||||
manifest: "SignTos.mf",
|
manifest: "SignTos.mf",
|
||||||
static_libs: [
|
static_libs: [
|
||||||
"bouncycastle",
|
"bouncycastle-unbundled",
|
||||||
"bouncycastle-bcpkix",
|
"bouncycastle-bcpkix-unbundled",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user