Supports the following properties:
- Require_root
- Test_config_template
- Auto_gen_config
Test config template is in a separate CL.
Bug: 148805488
Bug: 151761373
Test: make
Test: unit tests
Test: verified with bc_test & toybox-tests
Change-Id: I63d60a153a6abda4ce30b74d3eb915fbf6389cb8
Merged-In: I63d60a153a6abda4ce30b74d3eb915fbf6389cb8
(cherry picked from commit c5b8749853
)
18 lines
315 B
Plaintext
18 lines
315 B
Plaintext
bootstrap_go_package {
|
|
name: "soong-sh",
|
|
pkgPath: "android/soong/sh",
|
|
deps: [
|
|
"blueprint",
|
|
"soong",
|
|
"soong-android",
|
|
"soong-tradefed",
|
|
],
|
|
srcs: [
|
|
"sh_binary.go",
|
|
],
|
|
testSrcs: [
|
|
"sh_binary_test.go",
|
|
],
|
|
pluginFor: ["soong_build"],
|
|
}
|