platform_build_soong/snapshot
Rob Seymour 9e5cc8a674 Add pre-built attribute to host module definition for fake snapshot.
The host-snapshot provides host tools via prebuilt modules.
Having 2 prebuilts of the same module in a source tree leads to a build
time error.   Add new attribute when building the fake snapshot to
indicate that the host tool contains a prebuilt version.

When installing the host snapshot the user can opt not to include
modules that have a prebuilt version.

Bug: 225890931
Test: m HOST_FAKE_SNAPSHOT_ENABLE=true host-fake-snapshot dist
Change-Id: I044a92a280536f9c5ec93dcb277a5e5568cc4e42
2022-03-29 16:08:43 +00:00
..
Android.bp Add module based host-tools snapshot 2021-09-13 21:29:14 +00:00
host_fake_snapshot.go Add pre-built attribute to host module definition for fake snapshot. 2022-03-29 16:08:43 +00:00
host_snapshot.go Merge changes from topic "refactor-packagingbase" 2022-03-29 13:45:22 +00:00
host_test.go Add module based host-tools snapshot 2021-09-13 21:29:14 +00:00
recovery_snapshot.go Support for rust recovery snapshot. 2021-11-09 08:40:50 -08:00
snapshot.go
snapshot_base.go rust: rust_proc_macro host snapshot support. 2022-03-25 09:25:07 -04:00
test.go Add module based host-tools snapshot 2021-09-13 21:29:14 +00:00
util.go Add module based host-tools snapshot 2021-09-13 21:29:14 +00:00
vendor_snapshot.go