summaryrefslogtreecommitdiff
path: root/mtectrl
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-01-27 10:45:07 -0800
committerBob Badour <bbadour@google.com>2022-01-27 10:45:07 -0800
commit86be2093482a7c062fc418460144f51fde504f27 (patch)
tree3c64859bece1d74ca8e7b8d54bee7cfb92c6ce86 /mtectrl
parent8f71c9629dd12044a147eb76ff12fe3be5819376 (diff)
downloadextras-86be2093482a7c062fc418460144f51fde504f27.tar.gz
[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
Diffstat (limited to 'mtectrl')
-rw-r--r--mtectrl/Android.bp4
1 files changed, 4 insertions, 0 deletions
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"],