From b778a9cb4e9fd386bab254bdb15f72ce88d0ed0c Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 13 Oct 2016 18:07:20 -0700 Subject: [PATCH] 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 --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 88210983a..966c9b39d 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", ], }