From 121ccbcfee783d36be1171331d0b00d58b172f34 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Thu, 17 Dec 2020 14:56:06 +0000 Subject: Stop ignoring classes on the classpath for stubs We're working on moving the libcore classes away from srcs and into the classpath, and ignoring classes on the classpath will cause incorrect API signatures once that happens (several libcore classes appear in public API signatures). Keep the docs building in the same way they were before. They will be addressed in separate CLs. Bug: 173606718 Test: m checkapi Change-Id: I471327c3657662d7a093e9baa2fb6e08d640f895 --- Android.bp | 1 - 1 file changed, 1 deletion(-) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index 4b3c22da5c7c..d23441157190 100644 --- a/Android.bp +++ b/Android.bp @@ -1268,7 +1268,6 @@ filegroup { // TODO(b/145644363): move this to under StubLibraries.bp or ApiDocs.bp metalava_framework_docs_args = "--manifest $(location core/res/AndroidManifest.xml) " + - "--ignore-classes-on-classpath " + "--hide-package com.android.server " + "--hide-package android.audio.policy.configuration.V7_0 " + "--error UnhiddenSystemApi " + -- cgit v1.2.3