summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-04-07 21:28:04 -0700
committerBob Badour <bbadour@google.com>2022-04-07 21:42:05 -0700
commit652b1a06fa596ad0b8bfc22dfbd6695c9d0348fc (patch)
tree3a76ef13b920bb73521c6a40f7f2eb2127cb3381
parentb70d46f8b33062850a63e03db4384a17a74c39cd (diff)
downloadarm64-652b1a06fa596ad0b8bfc22dfbd6695c9d0348fc.tar.gz
Added SPDX-license-identifier-GPL-2.0-only to:
Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I31aecde3d10a6d6500932125720db5ba61872b2a
-rw-r--r--Android.bp14
1 files changed, 14 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f14bd08..ccac910 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,20 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["kernel_prebuilts_common_modules_virtual_device_5.4_arm64_license"],
+}
+
+// See: http://go/android-license-faq
+license {
+ name: "kernel_prebuilts_common_modules_virtual_device_5.4_arm64_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-GPL-2.0-only",
+ ],
+ // large-scale-change unable to identify any license_text files
+}
+
filegroup {
name: "virt_device_prebuilts_initramfs-5.4-arm64",
srcs: ["initramfs.img"],