Files
android_development/cmds/monkey/Android.bp
Bob Badour 082705bfb3 Fix license texts.
Push specific licenses down the tree toward the leaf directories.

Remove extra Apache 2.0 license texts--just use Android-Apache-2.0

Test: m nothing
Change-Id: Ibee25f75f5933699d6f43acdc192b2ada6823757
2022-01-20 19:04:52 +00:00

15 lines
316 B
Plaintext

// Copyright 2008 The Android Open Source Project
//
package {
// See: http://go/android-license-faq
default_applicable_licenses: ["Android-Apache-2.0"],
}
//###############################################################
java_binary {
name: "monkey",
srcs: ["**/*.java"],
wrapper: "monkey",
}