From a0602f574590b00ff689d12a92d28cfa9a80ec27 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Tue, 2 Mar 2021 01:07:24 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Wifi Added SPDX-license-identifier-Apache-2.0 to: service/coex-table-parser/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I4c4c3e4461c87d110e8f03beee6e565ce2eb5670 --- service/coex-table-parser/Android.bp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'service/coex-table-parser') diff --git a/service/coex-table-parser/Android.bp b/service/coex-table-parser/Android.bp index 15c4f31789..4b9d24e2a9 100644 --- a/service/coex-table-parser/Android.bp +++ b/service/coex-table-parser/Android.bp @@ -13,6 +13,10 @@ // See the License for the specific language governing permissions and // limitations under the License. // +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + xsd_config { name: "coex-table-parser", srcs: ["coex_table.xsd"], -- cgit v1.2.3-59-g8ed1b