aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2018-09-25 08:18:08 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-09-25 08:18:08 -0700
commit1ca4444fe14735b9fcfd366caa81f6e2a0ec9200 (patch)
treec2059c17ecad6859b8e2f9c376984d3f4cc92f77
parenta6f68b357b21fc0580e9c3c2ba136a4c7709ddb3 (diff)
parentd4c2ffb2d96d1d9549c25de1257c35cb3e05fd77 (diff)
downloadjunit-params-1ca4444fe14735b9fcfd366caa81f6e2a0ec9200.tar.gz
Compile against core public SDK APIs only am: f78c7816cd
am: d4c2ffb2d9 Change-Id: I7a0c845344a0f5ab32fbf7b7f902b5cc1baf9ccd
-rw-r--r--Android.bp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index ffc0621..fdc1eb4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -17,12 +17,12 @@
//-------------------------------
// build a target jar
-java_library_static {
+java_library {
name: "junit-params",
host_supported: true,
hostdex: true,
srcs: ["src/main/java/**/*.java"],
- no_framework_libs: true,
+ sdk_version: "core_current",
static_libs: ["junit"],
}
@@ -45,7 +45,7 @@ java_test {
host_supported: true,
srcs: ["src/test/java/**/*.java"],
java_resource_dirs: ["src/test/resources"],
- no_framework_libs: true,
+ sdk_version: "core_current",
static_libs: [
"junit-params",
"junit-params-assertj-core",