blob: 2b67032f2bc81c6615aab03522b6819067867432 [file] [log] [blame]
Yuntao Xuf6572752021-04-28 17:16:23 -07001// Copyright 2008 The Android Open Source Project
2//
3
4package {
5 default_applicable_licenses: ["development_cmds_monkey_license"],
6}
7
8// See: http://go/android-license-faq
9license {
10 name: "development_cmds_monkey_license",
11 visibility: [":__subpackages__"],
12 license_kinds: [
13 "SPDX-license-identifier-Apache-2.0",
14 ],
15 license_text: [
16 "NOTICE",
17 ],
18}
19
Yuntao Xuf6572752021-04-28 17:16:23 -070020//###############################################################
Luca Stefani5f4839e2021-05-07 13:22:29 +020021java_binary {
Yuntao Xuf6572752021-04-28 17:16:23 -070022 name: "monkey",
Luca Stefani5f4839e2021-05-07 13:22:29 +020023 srcs: ["**/*.java"],
24 wrapper: "monkey",
Yuntao Xuf6572752021-04-28 17:16:23 -070025}