aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-10-13 18:07:20 -0700
committerColin Cross <ccross@android.com>2016-10-13 18:09:51 -0700
commitb778a9cb4e9fd386bab254bdb15f72ce88d0ed0c (patch)
tree585268722ba93d4efbc24ddf2776e31621881bc4 /Android.bp
parentce75d2c6a23fdff806466fab7ad6d8ec471182e0 (diff)
downloadbuild_soong-b778a9cb4e9fd386bab254bdb15f72ce88d0ed0c.tar.gz
build_soong-b778a9cb4e9fd386bab254bdb15f72ce88d0ed0c.tar.bz2
build_soong-b778a9cb4e9fd386bab254bdb15f72ce88d0ed0c.zip
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
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 88210983..966c9b39 100644
--- a/Android.bp
+++ b/Android.bp
@@ -82,7 +82,7 @@ bootstrap_go_package {
],
testSrcs: [
"android/paths_test.go",
- "android/prebuilt_test.go",
+ //"android/prebuilt_test.go",
],
}