summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 18:01:36 -0800
committerBob Badour <bbadour@google.com>2021-02-12 18:01:36 -0800
commit59436487cb1ec245cf938b9ba5c935a0bddd0fe6 (patch)
tree7c558d7d9cc5e4c93fce80d78156acf44a2fc01c /Android.bp
parent5138c62ad0e912d7501c153c3a6a233032d5c874 (diff)
downloadloganalysis-59436487cb1ec245cf938b9ba5c935a0bddd0fe6.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to tools/loganalysis
Added SPDX-license-identifier-Apache-2.0 to: Android.bp tests/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I666489c99c13cb2cba45a844b670ba9fd041b141
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d70ae95..4c5d0c3 100644
--- a/Android.bp
+++ b/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_library_host {
name: "loganalysis",
defaults: [ "tradefed_defaults" ],