From 5036ab60c266b1f8e4adc9117cae3ea0971254a8 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Tue, 17 Dec 2019 10:03:52 +0000 Subject: [PATCH] Make wifi module use shared metalava args Also (hopefully) temporarily filter out com.android.server from the stubs, as the wifi module has a server class in it. Bug: 137191822 Test: m Change-Id: I2c62fc16c676305e9ee739285f49656075f38b97 Merged-In: I2c62fc16c676305e9ee739285f49656075f38b97 (cherry picked from commit 0c2ebe2bbf46122c2b8c8a46a06460c91f13f11d) --- apex/Android.bp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apex/Android.bp b/apex/Android.bp index c3b001471a12f..abebfa39fada3 100644 --- a/apex/Android.bp +++ b/apex/Android.bp @@ -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,