From 86be2093482a7c062fc418460144f51fde504f27 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Thu, 27 Jan 2022 10:45:07 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to system/extras Added SPDX-license-identifier-Apache-2.0 to: mtectrl/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: Ie75712660ffee2331194f09dbd2832df143ea021 --- mtectrl/Android.bp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mtectrl/Android.bp b/mtectrl/Android.bp index 642f9f4a..bc84f8cd 100644 --- a/mtectrl/Android.bp +++ b/mtectrl/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"], +} + cc_binary { name: "mtectrl", srcs: ["mtectrl.cc"], -- cgit v1.2.3