Merge "Soong support for namespaces"

This commit is contained in:
Jeff Gaston
2017-11-29 23:01:39 +00:00
committed by Gerrit Code Review
10 changed files with 1102 additions and 6 deletions

View File

@@ -106,6 +106,7 @@ 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 {