You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
870 B
28 lines
870 B
package {
|
|
// See: http://go/android-license-faq
|
|
// A large-scale-change added 'default_applicable_licenses' to import
|
|
// all of the 'license_kinds' from "prebuilts_misc_license"
|
|
// to get the below license kinds:
|
|
// legacy_restricted
|
|
default_applicable_licenses: ["prebuilts_misc_license"],
|
|
}
|
|
|
|
java_import {
|
|
name: "platform-robolectric-3.6.2-prebuilt",
|
|
sdk_version: "current",
|
|
jars: [
|
|
"lib/annotations-3.6.2.jar",
|
|
"lib/asm-6.0.jar",
|
|
"lib/junit-3.6.2.jar",
|
|
"lib/resources-3.6.2.jar",
|
|
"lib/sandbox-3.6.2.jar",
|
|
"lib/shadowapi-3.6.2.jar",
|
|
"lib/shadows-framework-3.6.2.jar",
|
|
"lib/shadows-httpclient-3.6.2.jar",
|
|
"lib/shadows-multidex-3.6.2.jar",
|
|
"lib/shadows-supportv4-3.6.2.jar",
|
|
"lib/robolectric-3.6.2.jar",
|
|
"lib/utils-3.6.2.jar",
|
|
],
|
|
}
|