diff options
Diffstat (limited to 'Android.bp')
| -rw-r--r-- | Android.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp index 598f4fcaf620..3b42181234a9 100644 --- a/Android.bp +++ b/Android.bp @@ -349,6 +349,7 @@ filegroup { ":framework-telecomm-sources", ":framework-telephony-common-sources", ":framework-telephony-sources", + ":framework-vcn-util-sources", ":framework-wifi-annotations", ":framework-wifi-non-updatable-sources", ":PacProcessor-aidl-sources", @@ -627,7 +628,6 @@ java_defaults { // in favor of an API stubs dependency in java_library "framework" below. "mimemap", "av-types-aidl-java", - "mediatranscoding_aidl_interface-java", "soundtrigger_middleware-aidl-java", "modules-utils-os", ], @@ -1350,6 +1350,7 @@ java_library { visibility: [ "//frameworks/base/wifi", "//frameworks/base/services/net", + "//packages/modules/Wifi/framework", ], } @@ -1373,7 +1374,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 " + |