From 59436487cb1ec245cf938b9ba5c935a0bddd0fe6 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 12 Feb 2021 18:01:36 -0800 Subject: [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 --- Android.bp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Android.bp') 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" ], -- cgit v1.2.3 From d2183cd6943dbbf95336ffe2f0178a7c0549be1e Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Wed, 3 Nov 2021 15:57:50 -0700 Subject: Remove custom install rules for loganalysis The custom install rules are handled by Soong. Bug: 204136549 Test: m tradefed-all Change-Id: I18bbdbe3ce16ff55c7d7edf9829f6f1e0b50624a --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index 4c5d0c3..0e77526 100644 --- a/Android.bp +++ b/Android.bp @@ -16,7 +16,7 @@ package { default_applicable_licenses: ["Android-Apache-2.0"], } -java_library_host { +tradefed_java_library_host { name: "loganalysis", defaults: [ "tradefed_defaults" ], -- cgit v1.2.3