platform_build_soong/snapshot
Rob Seymour 925aa09ea1 Add module based host-tools snapshot
Add new module:
host_snapshot {
    name: "host-snapshot"
    deps: [
      (list of host tools)
    ],
    ...
}

Package host tools using android.PackagingBase to capture host tools and transitive packaging data.
Add JSON meta data to snapshot that allows snapshot to be installed via development/vendor_snapshot/update.py

Add support to generate a fake host snapshot of all host modules that is used to detect required
modules via development/vendor_snapshot/update.py.

Bug: 192556798
Bug: 194799048
Bug: 192896149
Test: m HOST_FAKE_SNAPSHOT_ENABLE=true host-fake-snapshot dist -- check snapshot exists in dist

Change-Id: I849c4db801cd858408f6fe6a3ce69262a23a5be9
2021-09-13 21:29:14 +00:00
..
Android.bp Add module based host-tools snapshot 2021-09-13 21:29:14 +00:00
host_fake_snapshot.go Add module based host-tools snapshot 2021-09-13 21:29:14 +00:00
host_snapshot.go Add module based host-tools snapshot 2021-09-13 21:29:14 +00:00
host_test.go Add module based host-tools snapshot 2021-09-13 21:29:14 +00:00
recovery_snapshot.go Separate snapshot definition 2021-07-19 11:42:32 +09:00
snapshot.go Separate snapshot definition 2021-07-19 11:42:32 +09:00
snapshot_base.go Add module based host-tools snapshot 2021-09-13 21:29:14 +00: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 Separate snapshot definition 2021-07-19 11:42:32 +09:00