summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-04-07 21:28:18 -0700
committerBob Badour <bbadour@google.com>2022-04-07 21:42:05 -0700
commit0a0c32d0658ba2e4fe10cba5eff33030cbcce954 (patch)
treef8f053e5b264206a3c594e765e6d33aee61b6a14
parent849806df1b2dd6dc9d17314808f48389bfd6d4b7 (diff)
downloadx86-64-0a0c32d0658ba2e4fe10cba5eff33030cbcce954.tar.gz
Added SPDX-license-identifier-GPL-2.0-only to:
Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: Ib1253ee23727cb895a2ea714d6bbe8b0c4daf0c6
-rw-r--r--Android.bp14
1 files changed, 14 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 3110860..8b75bd4 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_x86_64_license"],
+}
+
+// See: http://go/android-license-faq
+license {
+ name: "kernel_prebuilts_common_modules_virtual_device_5.4_x86_64_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-x86_64",
srcs: ["initramfs.img"],