summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 02:03:55 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 02:03:55 +0000
commit92c9d7df8bfc1747694951254c586b452016d5ce (patch)
tree32b31bc5033b70bcd21dab5291d47bbd4e36f0ed
parent1ebf245cf14a22f4659622bd3ab096f777be1956 (diff)
parent75a0690c80f4bd4e0f827b291910aa042a693d05 (diff)
downloadrootdev-android12-d1-s1-release.tar.gz
Change-Id: Ic01027f414e05ce795366473c99018fe6c812b22
-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",