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.
26 lines
540 B
26 lines
540 B
4 months ago
|
// Copyright 2008 The Android Open Source Project
|
||
|
//
|
||
|
|
||
|
package {
|
||
|
default_applicable_licenses: ["development_cmds_monkey_license"],
|
||
|
}
|
||
|
|
||
|
// See: http://go/android-license-faq
|
||
|
license {
|
||
|
name: "development_cmds_monkey_license",
|
||
|
visibility: [":__subpackages__"],
|
||
|
license_kinds: [
|
||
|
"SPDX-license-identifier-Apache-2.0",
|
||
|
],
|
||
|
license_text: [
|
||
|
"NOTICE",
|
||
|
],
|
||
|
}
|
||
|
|
||
|
//###############################################################
|
||
|
java_binary {
|
||
|
name: "monkey",
|
||
|
srcs: ["**/*.java"],
|
||
|
wrapper: "monkey",
|
||
|
}
|