summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge E. Moreira <jemoreira@google.com>2021-05-20 21:08:50 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-05-20 21:08:50 +0000
commit0876ea315eb0ce2fa5b3a589f5391f6bc872b242 (patch)
tree4c83dd14e8b230104c1930d0360e3f5fd420f3ae
parent7b7df15c1b7dae82ab513ac5d6c678c42295944a (diff)
parente0009eccba8a115de14bd7b1fc33504bbe1e6daa (diff)
downloadvmm_vhost-0876ea315eb0ce2fa5b3a589f5391f6bc872b242.tar.gz
Update license name to match new project path am: 61511343d2 am: 229e68740e am: e0009eccba
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vmm_vhost/+/1704148 Change-Id: I846f20c18237144e355cddf153205703316302b7
-rw-r--r--Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index c91d755..5a666c9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -2,7 +2,7 @@
// Do not modify this file as changes will be overridden on upgrade.
package {
- default_applicable_licenses: ["external_rust_crates_vmm_vhost_license"],
+ default_applicable_licenses: ["external_rust_vmm_vhost_license"],
}
// Added automatically by a large-scale-change that took the approach of
@@ -25,7 +25,7 @@ package {
// Please consider removing redundant or irrelevant files from 'license_text:'.
// See: http://go/android-license-faq
license {
- name: "external_rust_crates_vmm_vhost_license",
+ name: "external_rust_vmm_vhost_license",
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-Apache-2.0",