Merge "Make wifi module use shared metalava args"

This commit is contained in:
Anton Hansson
2020-02-03 16:26:21 +00:00
committed by Gerrit Code Review

View File

@@ -26,6 +26,9 @@ mainline_stubs_args =
"--hide Typo " +
"--hide UnavailableSymbol "
// TODO: remove this server classes are cleaned up.
mainline_stubs_args += "--hide-package com.android.server "
stubs_defaults {
name: "framework-module-stubs-defaults-publicapi",
args: mainline_stubs_args,