platform_build_soong/rust
Jingwen Chen 803474e52c Support multiple dists per Android.bp module, and dist output selection.
This CL adds "dists" to the base property struct to support multiple
dist file configurations, and generic tag support to dist tagged outputs
of modules.

Fixes: b/152834186
Test: soong tests and `m sdk dist`

Change-Id: I80c86bc9b7b09e671f640a4480c45d438bdd9a2a
Merged-In: I80c86bc9b7b09e671f640a4480c45d438bdd9a2a
Exempt-From-Owner-Approval: cherry-pick from master
Signed-off-by: Jingwen Chen <jingwen@google.com>
(cherry picked from commit 40fd90ae52)
2020-09-14 07:48:28 +00:00
..
config Use inclusive language in build/soong 2020-06-15 09:46:31 -07:00
Android.bp Soong package structure refactoring 2020-06-02 14:35:04 -07:00
OWNERS Use inclusive language in build/soong 2020-06-15 09:46:31 -07:00
androidmk.go Support multiple dists per Android.bp module, and dist output selection. 2020-09-14 07:48:28 +00:00
binary.go Install rust tests under nativetest(64) 2019-12-13 14:51:32 -08:00
binary_test.go Add rust_test and rust_test_host. 2019-10-29 17:19:03 -07:00
builder.go Add rust default compilation flags. 2019-11-20 10:14:33 -08:00
compiler.go Install rust tests under nativetest(64) 2019-12-13 14:51:32 -08:00
compiler_test.go Fix proc_macro dependency handling. 2019-09-24 10:35:20 -07:00
library.go rust: Do not pass -C prefer-dynamic for cdylib 2020-01-15 08:37:46 -08:00
library_test.go Enforce correct rust library file names. 2019-11-04 09:20:08 -08:00
prebuilt.go Build Rust Device Sysroots in Soong 2019-11-13 17:46:19 -08:00
proc_macro.go Install rust tests under nativetest(64) 2019-12-13 14:51:32 -08:00
rust.go Add sdk mutator for native modules 2020-04-27 14:45:05 -07:00
rust_test.go Move NDK test modules into cc/testing.go 2020-02-19 18:59:15 -08:00
test.go Fix using generated test configs for sh_test, python_test and rust_test modules 2020-06-15 16:46:47 +00:00
test_test.go Add TestProperties, gen test config, fix names 2019-11-14 15:16:26 -08:00
testing.go Dedup registration for cc default test config 2019-12-19 19:19:40 +00:00