Support Rust in Recovery

Bug: 178565008
Bug: 165791368
Test: Build and link a Rust library into a recovery binary
Change-Id: I1c76e6204019443c567082730a4cf680f4a2a74a
This commit is contained in:
Matthew Maurer
2021-02-11 12:31:46 -08:00
parent 0dd067d309
commit 460ee9429e
5 changed files with 17 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ var (
VendorSuffix = ".vendor"
ramdiskSuffix = ".ramdisk"
VendorRamdiskSuffix = ".vendor_ramdisk"
recoverySuffix = ".recovery"
RecoverySuffix = ".recovery"
sdkSuffix = ".sdk"
)