summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-11 07:07:27 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-11 07:07:27 +0000
commitcaaaf4e3d1cf3cd48734082f599c354dfa37ad42 (patch)
tree3a76ef13b920bb73521c6a40f7f2eb2127cb3381
parentda087c8cf9ae18225f2cf73c28f31fe97eca7f43 (diff)
parent652b1a06fa596ad0b8bfc22dfbd6695c9d0348fc (diff)
downloadarm64-main-cg-testing-release.tar.gz
Snap for 8433432 from 652b1a06fa596ad0b8bfc22dfbd6695c9d0348fc to main-cg-testing-releasemain-cg-testing-release
Change-Id: Icf2a8394dd5c3d86111479ab92fe042b37f6bcd6
-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"],