Revert "Soong support for namespaces"

This reverts commit 63a250a336.

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
This commit is contained in:
Jeff Gaston
2017-11-29 23:54:03 +00:00
parent 54855ddca4
commit 178d5fefc0
10 changed files with 6 additions and 1102 deletions

View File

@@ -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 {