summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2018-03-28 17:10:20 -0400
committerAlan Viverette <alanv@google.com>2018-03-28 17:13:13 -0400
commit67b51d46918e5d42e9784289aefe2f47d10ac544 (patch)
treef160bdca856dd4cfe37b8dbd200ad1afa2dd10b8 /Android.mk
parent119d10deb9605502df829becc14d2a0d57a2a50a (diff)
Federate platform docs against AndroidX
Bug: 76692459 Test: make docs Change-Id: If1523ee47bcc58151a641938ac6f4a6e7ae1af0b
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index e219661b19f1..d7d9c900e3bf 100644
--- a/Android.mk
+++ b/Android.mk
@@ -252,6 +252,11 @@ framework_docs_LOCAL_DROIDDOC_OPTIONS += \
-federate SupportLib https://developer.android.com \
-federationapi SupportLib prebuilts/sdk/current/support-api.txt
+# Federate AndroidX references against local API file.
+framework_docs_LOCAL_DROIDDOC_OPTIONS += \
+ -federate AndroidX https://developer.android.com \
+ -federationapi AndroidX prebuilts/sdk/current/androidx-api.txt
+
# ==== Public API diff ===========================
include $(CLEAR_VARS)