summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
author Bob Badour <bbadour@google.com> 2021-03-02 01:07:24 -0800
committer Bob Badour <bbadour@google.com> 2021-03-02 01:07:24 -0800
commita0602f574590b00ff689d12a92d28cfa9a80ec27 (patch)
treef54f425472eb9454f9dfcd13ba3f2a98aabeca5e /service
parent4b03db5734d3e411cc7d6b6c541b21e35ce826c4 (diff)
[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
Diffstat (limited to 'service')
-rw-r--r--service/coex-table-parser/Android.bp4
1 files changed, 4 insertions, 0 deletions
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"],