blob: 84f2562a40006326f7407ebdbcd575bf94653610 [file] [log] [blame]
Yuntao Xuf6572752021-04-28 17:16:23 -07001// Copyright 2008 The Android Open Source Project
2//
3
4package {
Bob Badour082705b2022-01-19 18:29:06 -08005 // See: http://go/android-license-faq
6 default_applicable_licenses: ["Android-Apache-2.0"],
Yuntao Xuf6572752021-04-28 17:16:23 -07007}
8
Yuntao Xuf6572752021-04-28 17:16:23 -07009//###############################################################
Luca Stefani5f4839e2021-05-07 13:22:29 +020010java_binary {
Yuntao Xuf6572752021-04-28 17:16:23 -070011 name: "monkey",
Luca Stefani5f4839e2021-05-07 13:22:29 +020012 srcs: ["**/*.java"],
13 wrapper: "monkey",
Yuntao Xuf6572752021-04-28 17:16:23 -070014}