Disable prebuilt_test

The prebuilt tests are accidentally writing a .soong.environment file to
the build/soong/android directory, disable them until TestConfig() is
fixed to prevent writing to the source tree.

Bug: 31800129
Test: m -j, make sure .soong.environment is not written to the source tree
Change-Id: I3b7d47e42111ecababe275b7a9ff0d08bcebfc7a
This commit is contained in:
Colin Cross 2016-10-13 18:07:20 -07:00
parent ce75d2c6a2
commit b778a9cb4e
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ bootstrap_go_package {
],
testSrcs: [
"android/paths_test.go",
"android/prebuilt_test.go",
//"android/prebuilt_test.go",
],
}