diff options
-rw-r--r-- | service/coex-table-parser/Android.bp | 4 |
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"], |