aboutsummaryrefslogtreecommitdiff
path: root/tests/powerwash/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/powerwash/Android.bp')
-rw-r--r--tests/powerwash/Android.bp6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/powerwash/Android.bp b/tests/powerwash/Android.bp
index 5a0df4ab7..6ef1c9242 100644
--- a/tests/powerwash/Android.bp
+++ b/tests/powerwash/Android.bp
@@ -12,6 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
java_test_host {
name: "PowerwashTest",
srcs: [
@@ -23,4 +27,4 @@ java_test_host {
libs: [
"tradefed",
],
-} \ No newline at end of file
+}