blob: c4c92f381ada52944e2b95c391bfef73beb32f44 [file] [log] [blame]
# Copyright 2018 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/android/rules.gni")
android_aar_prebuilt("androidx_core_java") {
# If this is not test only, there are security implications.
# Any changes from test only will need a review from security@chromium.org.
testonly = true
aar_path = "lib/core-1.0.0.aar"
deps = [
":androidx_monitor_java",
":lifecycle-common-2.0.0_java",
]
}
android_aar_prebuilt("androidx_junit_java") {
# If this is not test only, there are security implications.
# Any changes from test only will need a review from security@chromium.org.
testonly = true
aar_path = "lib/junit-1.0.0.aar"
deps = [
"//third_party/junit:junit",
]
}
android_aar_prebuilt("androidx_monitor_java") {
# If this is not test only, there are security implications.
# Any changes from test only will need a review from security@chromium.org.
testonly = true
aar_path = "lib/monitor-1.1.0.aar"
}
android_java_prebuilt("annotation-1.0.0_java") {
testonly = true
jar_path = "lib/annotation-1.0.0.jar"
}
android_java_prebuilt("lifecycle-common-2.0.0_java") {
testonly = true
jar_path = "lib/lifecycle-common-2.0.0.jar"
deps = [
":annotation-1.0.0_java",
]
}