aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/xsdc.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/xsdc.go b/build/xsdc.go
index c5bc28d..04a2111 100644
--- a/build/xsdc.go
+++ b/build/xsdc.go
@@ -37,7 +37,7 @@ func init() {
var (
pctx = android.NewPackageContext("android/xsdc")
- xsdc = pctx.HostBinToolVariable("xsdcCmd", "xsdc")
+ xsdc = pctx.HostBinToolVariable("xsdcCmd", "xsdc")
xsdcJavaRule = pctx.StaticRule("xsdcJavaRule", blueprint.RuleParams{
Command: `rm -rf "${out}.temp" && mkdir -p "${out}.temp" && ` +
`${xsdcCmd} $in -p $pkgName -o ${out}.temp -j $args -d ${out}.dep && ` +
@@ -297,7 +297,7 @@ func xsdConfigMutator(mctx android.TopDownMutatorContext) {
args := " --stub-packages " + *module.properties.Package_name +
" --hide MissingPermission --hide BroadcastBehavior" +
" --hide HiddenSuperclass --hide DeprecationMismatch --hide UnavailableSymbol" +
- " --hide SdkConstant --hide HiddenTypeParameter --hide Todo --hide Typo"
+ " --hide SdkConstant --hide HiddenTypeParameter --hide Todo"
api_dir := proptools.StringDefault(module.properties.Api_dir, "api")