diff options
author | 2021-06-01 15:09:53 -0400 | |
---|---|---|
committer | 2021-06-03 08:36:09 -0400 | |
commit | 3149e6ed1882786fc9e1defd0b5540c0147a0209 (patch) | |
tree | edee79e9487fdbc90116eb3d71f9f867746ac28a /rust/Android.bp | |
parent | d1dec54988630cabaf15b2353e55460f79c05b0c (diff) |
Rust rlib vendor snapshot support.
Adds support for snapshotting Rust rlibs. This allows us
vendor-specific code that uses rlib-only linkage until dylib
snapshot support is added.
Bug: 184042776
Test: m nothing # new Soong tests pass
Test: Example test Rust vendor module builds
Test: m dist vendor-snapshot # includes rlibs
Change-Id: I4976d3e1efec0ee778cc97730d45be471dffb678
Diffstat (limited to 'rust/Android.bp')
-rw-r--r-- | rust/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/Android.bp b/rust/Android.bp index 63983904c..11069d143 100644 --- a/rust/Android.bp +++ b/rust/Android.bp @@ -32,6 +32,7 @@ bootstrap_go_package { "rust.go", "sanitize.go", "source_provider.go", + "snapshot_prebuilt.go", "snapshot_utils.go", "strip.go", "test.go", |