Merge "Remove reference to the deprecated and disabled Typo issue" am: 542f84f4ef
am: 516164c734
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2633189 Change-Id: I24ee07a14216ca1d99c451ae55f1bb5c907c3b02 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -25,6 +25,7 @@ import (
|
|||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
"android/soong/ui/metrics/bp2build_metrics_proto"
|
"android/soong/ui/metrics/bp2build_metrics_proto"
|
||||||
|
|
||||||
"github.com/google/blueprint"
|
"github.com/google/blueprint"
|
||||||
"github.com/google/blueprint/proptools"
|
"github.com/google/blueprint/proptools"
|
||||||
|
|
||||||
@@ -1698,7 +1699,6 @@ func (module *SdkLibrary) createStubsSourcesAndApi(mctx android.DefaultableHookC
|
|||||||
"MissingPermission",
|
"MissingPermission",
|
||||||
"SdkConstant",
|
"SdkConstant",
|
||||||
"Todo",
|
"Todo",
|
||||||
"Typo",
|
|
||||||
"UnavailableSymbol",
|
"UnavailableSymbol",
|
||||||
}
|
}
|
||||||
droidstubsArgs = append(droidstubsArgs, android.JoinWithPrefix(disabledWarnings, "--hide "))
|
droidstubsArgs = append(droidstubsArgs, android.JoinWithPrefix(disabledWarnings, "--hide "))
|
||||||
|
Reference in New Issue
Block a user