Remove leftover VSDK related code from build, as they are no longer in use. Bug: 332986564 Test: AOSP CF build succeeded Change-Id: I7dcec66ddf6ee9a563ac09a3fa8a282c9e00258a
26 lines
572 B
Plaintext
26 lines
572 B
Plaintext
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
bootstrap_go_package {
|
|
name: "soong-snapshot",
|
|
pkgPath: "android/soong/snapshot",
|
|
deps: [
|
|
"blueprint",
|
|
"blueprint-pathtools",
|
|
"soong",
|
|
"soong-android",
|
|
],
|
|
// Source file name convention is to include _snapshot as a
|
|
// file suffix for files that are generating snapshots.
|
|
srcs: [
|
|
"host_snapshot.go",
|
|
"snapshot_base.go",
|
|
"util.go",
|
|
],
|
|
testSrcs: [
|
|
"host_test.go",
|
|
],
|
|
pluginFor: ["soong_build"],
|
|
}
|