summaryrefslogtreecommitdiff
path: root/reboot
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-02-16 20:01:20 +0000
committerElliott Hughes <enh@google.com>2021-02-16 20:01:20 +0000
commitc3a206ccda9a78dd45d06b7d68dbe83e1fba779e (patch)
treecd137e76557bf1aadffe3cb43e02ab642bc81c71 /reboot
parent187b7d19504ca8bdcbc6217c06a117017b4c6287 (diff)
downloadcore-c3a206ccda9a78dd45d06b7d68dbe83e1fba779e.tar.gz
Revert "[LSC] Add LOCAL_LICENSE_KINDS to system/core"
This reverts commit 187b7d19504ca8bdcbc6217c06a117017b4c6287. Reason for revert: system/core is multiple projects, not one. Change-Id: I790ea41741f8cd9b8b6db2f59a49e71fb0958fd6
Diffstat (limited to 'reboot')
-rw-r--r--reboot/Android.bp9
1 files changed, 0 insertions, 9 deletions
diff --git a/reboot/Android.bp b/reboot/Android.bp
index 7fbd2a3da..cc717234e 100644
--- a/reboot/Android.bp
+++ b/reboot/Android.bp
@@ -1,14 +1,5 @@
// Copyright 2013 The Android Open Source Project
-package {
- // See: http://go/android-license-faq
- // A large-scale-change added 'default_applicable_licenses' to import
- // all of the 'license_kinds' from "system_core_license"
- // to get the below license kinds:
- // SPDX-license-identifier-Apache-2.0
- default_applicable_licenses: ["system_core_license"],
-}
-
cc_binary {
name: "reboot",
srcs: ["reboot.c"],