aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-26 17:44:00 -0700
committerChih-hung Hsieh <chh@google.com>2020-10-27 23:27:08 +0000
commitc7791e9a21c102dd43116f10b786edd6162893bf (patch)
tree6ba864dd6c47625a0ee8d6539e297053f357e64b /METADATA
parentfcaa523d015c64924f793d38c1584f7f1a3efaf8 (diff)
downloadvsock-c7791e9a21c102dd43116f10b786edd6162893bf.tar.gz
Fix errors for external_updater.
* Unrecognized field name in METADATA kills external_updater. It is moved to README.android. * Local patch for src/lib.rs is omitted, assuming that the change will be in the next release. * The following update command test if the next update will preserve required local changes: updater.sh update --refresh --keep_date rust/crates/vsock Test: make Test: tools/external_updater/updater.sh update --refresh --keep_date rust/crates/vsock Change-Id: I39f61c37bcc25009b078b62d01057aad80f00ad9
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA3
1 files changed, 1 insertions, 2 deletions
diff --git a/METADATA b/METADATA
index be7a313..4e64bdb 100644
--- a/METADATA
+++ b/METADATA
@@ -1,5 +1,5 @@
name: "vsock"
-description: "Vsock support for Rust."
+description: "Virtio socket support for Rust"
third_party {
url {
type: HOMEPAGE
@@ -16,5 +16,4 @@ third_party {
month: 9
day: 28
}
- local_modifications: "Cherry-picked https://github.com/qwandor/vsock-rs/commit/4f73c26fc9a95e36e3ac4d304a02b6a424d7bcfd to fix Android build. This should be included in the next upstream release."
}