Merge "Extend cargo2android.py version matching to include alpha and beta crates" am: 66f9ab6962 am: 2a9c4a2b22
Original change: https://android-review.googlesource.com/c/platform/development/+/2421465 Change-Id: I493c28066877c2151482f5fe99959b29b3c90090 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -142,7 +142,7 @@ CARGO_TEST_LIST_END_PAT = re.compile('^(\d+) tests?, (\d+) benchmarks$')
|
||||
CARGO2ANDROID_RUNNING_PAT = re.compile('^### Running: .*$')
|
||||
|
||||
# Rust package name with suffix -d1.d2.d3(+.*)?.
|
||||
VERSION_SUFFIX_PAT = re.compile(r'^(.*)-[0-9]+\.[0-9]+\.[0-9]+(?:\+.*)?$')
|
||||
VERSION_SUFFIX_PAT = re.compile(r'^(.*)-[0-9]+\.[0-9]+\.[0-9]+(?:-(alpha|beta)\.[0-9]+)?(?:\+.*)?$')
|
||||
|
||||
# Crate types corresponding to a C ABI library
|
||||
C_LIBRARY_CRATE_TYPES = ['staticlib', 'cdylib']
|
||||
|
||||
Reference in New Issue
Block a user