summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-06-19 12:03:08 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-06-19 12:03:08 +0000
commit010a2aa1ca4ac90b2ddb59c81397358698fbfd59 (patch)
tree32b31bc5033b70bcd21dab5291d47bbd4e36f0ed
parent2b38487945c95283b77047a5470aa750af02f847 (diff)
parent6f1c66798280dd8ef72eab43831ca45f934f2f80 (diff)
downloadrootdev-010a2aa1ca4ac90b2ddb59c81397358698fbfd59.tar.gz
Change-Id: I0433525fd32c5c8ceb3985b7214597100f67ba04
-rw-r--r--Android.bp17
-rw-r--r--METADATA3
2 files changed, 20 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",
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..d97975c
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,3 @@
+third_party {
+ license_type: NOTICE
+}