commit | 4c212ce0589d192bea5e00b0d6d1f1ee754600a9 | [log] [tgz] |
---|---|---|
author | Yu Liu <yudiliu@google.com> | Fri Oct 14 12:20:20 2022 -0700 |
committer | Yu Liu <yudiliu@google.com> | Mon Oct 24 10:35:12 2022 -0700 |
tree | 053939864b95f1b0f001790741514fe331eb83c0 | |
parent | e0774afdd06525e20d954c86178defe8459f0de4 [diff] [blame] |
Support apex_test. Bug: 249744489 Test: Manual and unit test. Change-Id: I866debf7ffee54a0f4649b5e5425a8e3cc3042a1
diff --git a/android/module.go b/android/module.go index 5aecb05..b41a898 100644 --- a/android/module.go +++ b/android/module.go
@@ -928,6 +928,8 @@ Tags bazel.StringListAttribute Applicable_licenses bazel.LabelListAttribute + + Testonly *bool } // constraintAttributes represents Bazel attributes pertaining to build constraints,