summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-10-07 16:37:59 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-10-07 16:37:59 +0000
commit88a58d122a022e1bf2c26e497902b1a2fe841d28 (patch)
tree50f8ae8f16639b72d155c17394aa067f9d5d2975
parente126f7614723aaa5b4767fa7f8977ff70ffe97fd (diff)
parent63146cdec7c1f8ab5fac02dfec089f3571db372a (diff)
Merge "Add missing Javadoc dependency to `framework-nfc`" into main
-rw-r--r--nfc/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/nfc/Android.bp b/nfc/Android.bp
index db3dcb0631dd..7ad8c4c8de41 100644
--- a/nfc/Android.bp
+++ b/nfc/Android.bp
@@ -41,6 +41,10 @@ java_sdk_library {
"framework-permission-s.stubs.module_lib",
"framework-permission.stubs.module_lib",
],
+ stub_only_libs: [
+ // Needed for javadoc references.
+ "framework-permission-s.stubs.module_lib",
+ ],
static_libs: [
"android.nfc.flags-aconfig-java",
"android.permission.flags-aconfig-java",