Remove BUILD_BROKEN_ENG_DEBUG_TAGS

am: 7101d44442

Change-Id: I336abaf4eb958d3ce77f8a199f85e3643a76e7b0
This commit is contained in:
Dan Willemsen
2019-05-28 08:22:22 -07:00
committed by android-build-merger
2 changed files with 0 additions and 8 deletions

View File

@@ -69,13 +69,6 @@ var buildBrokenSettings = []struct {
behavior: DefaultDeprecated,
warnings: []string{"export_keyword"},
},
{
name: "BUILD_BROKEN_ENG_DEBUG_TAGS",
behavior: DefaultDeprecated,
warnings: []string{
"Changes.md#LOCAL_MODULE_TAGS",
},
},
{
name: "BUILD_BROKEN_USES_NETWORK",
behavior: DefaultDeprecated,

View File

@@ -206,7 +206,6 @@ func runMakeProductConfig(ctx Context, config Config) {
// Not used, but useful to be in the soong.log
"BOARD_VNDK_VERSION",
"BUILD_BROKEN_ANDROIDMK_EXPORTS",
"BUILD_BROKEN_ENG_DEBUG_TAGS",
"DEFAULT_WARNING_BUILD_MODULE_TYPES",
"DEFAULT_ERROR_BUILD_MODULE_TYPES",