summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2022-01-27 22:19:37 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-01-27 22:19:37 +0000
commit645b5613bdc594fe7451d036d404dd5ab3dd38c8 (patch)
tree6374a37bbb2becd343a6c0edee74b0376865dac0
parent01e8f044c4723c0ad7c4059f6ab855e39a9a27fa (diff)
parent86be2093482a7c062fc418460144f51fde504f27 (diff)
downloadextras-645b5613bdc594fe7451d036d404dd5ab3dd38c8.tar.gz
Merge "[LSC] Add LOCAL_LICENSE_KINDS to system/extras"
-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"],