summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 15:50:42 -0800
committerBob Badour <bbadour@google.com>2021-02-12 15:50:42 -0800
commit1870a34fc81a7a8062b6f193709ef66d44de8714 (patch)
tree32b31bc5033b70bcd21dab5291d47bbd4e36f0ed
parent961f5177022f82b5b3d21caaf708f4e6686d633e (diff)
downloadrootdev-1870a34fc81a7a8062b6f193709ef66d44de8714.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rootdevandroid-s-preview-1
Added SPDX-license-identifier-BSD to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I44c891a16859693e4a12af67e954753db3f276f6
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e7fd811..d072361 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,23 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["external_rootdev_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rootdev_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
rootdev_CFLAGS = [
"-D_BSD_SOURCE",
"-D_FILE_OFFSET_BITS=64",