diff options
author | Jeff Gaston <jeffrygaston@google.com> | 2017-11-29 23:54:03 +0000 |
---|---|---|
committer | Jeff Gaston <jeffrygaston@google.com> | 2017-11-30 00:43:43 +0000 |
commit | 178d5fefc0cea9d0f031c0bdee125b9d960f32c3 (patch) | |
tree | 084ede1f87ca605f6196a5cbd5c55cbc0f14de14 /ui | |
parent | 54855ddca4b5d1d939f104ef1866af81d2f83434 (diff) | |
download | build_soong-178d5fefc0cea9d0f031c0bdee125b9d960f32c3.tar.gz build_soong-178d5fefc0cea9d0f031c0bdee125b9d960f32c3.tar.bz2 build_soong-178d5fefc0cea9d0f031c0bdee125b9d960f32c3.zip |
Revert "Soong support for namespaces"
This reverts commit 63a250a336a1b910836eeb4caebcf5b4f8d91c2a.
Reason for revert: Some failures:
namespace_test.go:648: dir1/Blueprints:2:4: a namespace must be the first module in the file
such as New Build Breakage: aosp-master/build_test @ 4475274
Change-Id: I1b5db8eb934e51ff22241bfca44199d886b1393b
Diffstat (limited to 'ui')
-rw-r--r-- | ui/build/dumpvars.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/build/dumpvars.go b/ui/build/dumpvars.go index 96f2274f..fb20d63b 100644 --- a/ui/build/dumpvars.go +++ b/ui/build/dumpvars.go @@ -106,7 +106,6 @@ var BannerVars = []string{ "AUX_OS_VARIANT_LIST", "TARGET_BUILD_PDK", "PDK_FUSION_PLATFORM_ZIP", - "PRODUCT_SOONG_NAMESPACES", } func Banner(make_vars map[string]string) string { |