16 lines
295 B
Plaintext
16 lines
295 B
Plaintext
|
package {
|
||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||
|
}
|
||
|
|
||
|
bootstrap_go_package {
|
||
|
name: "soong-remoteexec",
|
||
|
pkgPath: "android/soong/remoteexec",
|
||
|
srcs: [
|
||
|
"remoteexec.go",
|
||
|
],
|
||
|
testSrcs: [
|
||
|
"remoteexec_test.go",
|
||
|
],
|
||
|
pluginFor: ["soong_build"],
|
||
|
}
|