Move testing.go to srcs from testSrcs.
This is needed so that tests in other packages can depend on it. Bug: 232520859 Test: Manually run m nothing to verify that all tests passed Change-Id: Ief64e8d0e4030431b26cb5526c9f8beab94cad23
This commit is contained in:
@@ -15,6 +15,7 @@ bootstrap_go_package {
|
|||||||
"conversion.go",
|
"conversion.go",
|
||||||
"metrics.go",
|
"metrics.go",
|
||||||
"symlink_forest.go",
|
"symlink_forest.go",
|
||||||
|
"testing.go",
|
||||||
],
|
],
|
||||||
deps: [
|
deps: [
|
||||||
"soong-android",
|
"soong-android",
|
||||||
@@ -68,7 +69,6 @@ bootstrap_go_package {
|
|||||||
"python_library_conversion_test.go",
|
"python_library_conversion_test.go",
|
||||||
"sh_conversion_test.go",
|
"sh_conversion_test.go",
|
||||||
"soong_config_module_type_conversion_test.go",
|
"soong_config_module_type_conversion_test.go",
|
||||||
"testing.go",
|
|
||||||
],
|
],
|
||||||
pluginFor: [
|
pluginFor: [
|
||||||
"soong_build",
|
"soong_build",
|
||||||
|
Reference in New Issue
Block a user