diff --git a/scripts/build_broken_logs.go b/scripts/build_broken_logs.go index bdd4b2a75..8021e55d0 100644 --- a/scripts/build_broken_logs.go +++ b/scripts/build_broken_logs.go @@ -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, diff --git a/ui/build/dumpvars.go b/ui/build/dumpvars.go index 9fd6f6784..4335667d1 100644 --- a/ui/build/dumpvars.go +++ b/ui/build/dumpvars.go @@ -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",