Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67b51d46 authored by Alan Viverette's avatar Alan Viverette
Browse files

Federate platform docs against AndroidX

Bug: 76692459
Test: make docs
Change-Id: If1523ee47bcc58151a641938ac6f4a6e7ae1af0b
parent 119d10de
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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)