aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp23
1 files changed, 1 insertions, 22 deletions
diff --git a/Android.bp b/Android.bp
index d1a7625..fdc1eb4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -17,23 +17,6 @@
//-------------------------------
// build a target jar
-package {
- default_applicable_licenses: ["external_junit-params_license"],
-}
-
-// Added automatically by a large-scale-change
-// See: http://go/android-license-faq
-license {
- name: "external_junit-params_license",
- visibility: [":__subpackages__"],
- license_kinds: [
- "SPDX-license-identifier-Apache-2.0",
- ],
- license_text: [
- "LICENSE.txt",
- ],
-}
-
java_library {
name: "junit-params",
host_supported: true,
@@ -60,11 +43,6 @@ java_library_host {
java_test {
name: "junit-params-test",
host_supported: true,
- // Don't consider those unit tests, they would be hard to maintain since they are
- // from external, and have dependencies on the junit version.
- test_options: {
- unit_test: false,
- },
srcs: ["src/test/java/**/*.java"],
java_resource_dirs: ["src/test/resources"],
sdk_version: "core_current",
@@ -82,3 +60,4 @@ java_import {
jars: ["lib/assertj-core-1.7.1.jar"],
host_supported: true,
}
+