diff options
author | Alan Viverette <alanv@google.com> | 2018-03-28 17:10:20 -0400 |
---|---|---|
committer | Alan Viverette <alanv@google.com> | 2018-03-28 17:13:13 -0400 |
commit | 67b51d46918e5d42e9784289aefe2f47d10ac544 (patch) | |
tree | f160bdca856dd4cfe37b8dbd200ad1afa2dd10b8 | |
parent | 119d10deb9605502df829becc14d2a0d57a2a50a (diff) |
Federate platform docs against AndroidX
Bug: 76692459
Test: make docs
Change-Id: If1523ee47bcc58151a641938ac6f4a6e7ae1af0b
-rw-r--r-- | Android.mk | 5 |
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) |