Merge "Remove BUILD_BROKEN_ANDROIDMK_EXPORTS"

am: 20272e1480

Change-Id: I38475ac01867e6c11c40f8526797ddf87968272f
This commit is contained in:
Dan Willemsen 2019-05-28 18:25:35 -07:00 committed by android-build-merger
commit df12c1e44c
2 changed files with 0 additions and 6 deletions

View file

@ -64,11 +64,6 @@ var buildBrokenSettings = []struct {
behavior: DefaultFalse,
warnings: []string{"overriding commands for target"},
},
{
name: "BUILD_BROKEN_ANDROIDMK_EXPORTS",
behavior: DefaultDeprecated,
warnings: []string{"export_keyword"},
},
{
name: "BUILD_BROKEN_USES_NETWORK",
behavior: DefaultDeprecated,

View file

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