1package { 2 default_applicable_licenses: ["Android-Apache-2.0"], 3} 4 5bootstrap_go_package { 6 name: "soong-snapshot", 7 pkgPath: "android/soong/snapshot", 8 deps: [ 9 "blueprint", 10 "blueprint-pathtools", 11 "soong", 12 "soong-android", 13 ], 14 // Source file name convention is to include _snapshot as a 15 // file suffix for files that are generating snapshots. 16 srcs: [ 17 "snapshot_base.go", 18 "util.go", 19 ], 20 pluginFor: ["soong_build"], 21} 22