summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2018-10-15 15:35:52 +0100
committerNeil Fuller <nfuller@google.com>2018-10-16 08:44:31 +0100
commit34d38ba9cc573c6720ed057b87011d800dc23f92 (patch)
treebd72492cf0fa4bd71af4d7a6945e2eee08ad494e /Android.bp
parent95e1fddea278ec6d95cd15cde9129f07356f5360 (diff)
downloadbouncycastle-34d38ba9cc573c6720ed057b87011d800dc23f92.tar.gz
Remove (now) unused android_bcpkix source
The android_bcpkix code was used in CTS tests but the reference was changed to use the unbundled/non-platform version in commit de8b086. The target/srcgen can now be removed. Bug: 113148576 Test: build Change-Id: I2c22a67e2f8ad78b27ce07d8ed8f0d03b55216f1
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp43
1 files changed, 2 insertions, 41 deletions
diff --git a/Android.bp b/Android.bp
index 98430601..9fb139fb 100644
--- a/Android.bp
+++ b/Android.bp
@@ -104,26 +104,8 @@ java_library {
java_version: "1.7",
}
-// Bouncycastle PKIX classes repackaged in com.android.org.bouncycastle and used
-// for testing.
-java_library_static {
- name: "bouncycastle-bcpkix",
- defaults: ["bouncycastle-defaults"],
-
- srcs: ["android_bcpkix/src/main/java/**/*.java"],
- exclude_srcs: ["android_bcpkix/src/main/java/org/bouncycastle/cert/ocsp/**/*.java"],
-
- no_standard_libs: true,
- libs: [
- "core-all",
- "bouncycastle",
- ],
- system_modules: "core-all-system-modules",
- java_version: "1.7",
-}
-
// Bouncycastle PKIX classes in the original org.bouncycastle package for use
-// outside of the platform. e.g. for host or in unbundled apps.
+// outside of the platform. e.g. for host or in unbundled apps / CTS tests.
java_library_static {
name: "bouncycastle-bcpkix-unbundled",
defaults: ["bouncycastle-defaults"],
@@ -136,29 +118,8 @@ java_library_static {
sdk_version: "core_current",
}
-
-// Bouncycastle OCSP classes repackaged in com.android.org.bouncycastle and
-// used for testing.
-java_library_static {
- name: "bouncycastle-ocsp",
- defaults: ["bouncycastle-defaults"],
-
- srcs: [
- "android_bcpkix/src/main/java/org/bouncycastle/cert/ocsp/**/*.java",
- "android_bcprov/src/main/java/org/bouncycastle/asn1/ocsp/**/*.java",
- ],
-
- no_standard_libs: true,
- libs: [
- "core-all",
- "bouncycastle",
- ],
- system_modules: "core-all-system-modules",
- java_version: "1.7",
-}
-
// Bouncycastle OCSP classes in the original org.bouncycastle package for use
-// outside of the platform. e.g. for host or in unbundled apps.
+// outside of the platform. e.g. for host or in unbundled apps / CTS tests.
java_library_static {
name: "bouncycastle-ocsp-unbundled",
defaults: ["bouncycastle-defaults"],