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

Commit 45714e8a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Another attempt at diffs in offline SDK docs."

parents e2fa77ab c8dc254b
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -486,6 +486,10 @@ LOCAL_APIDIFF_NEWAPI := $(LOCAL_PATH)/../../$(basename $(INTERNAL_PLATFORM_API_F

include $(BUILD_APIDIFF)

# Hack to get diffs included in docs output
out_zip := $(OUT_DOCS)/$(LOCAL_MODULE)-docs.zip
$(out_zip): $(full_target)

# ====  System API diff ===========================
include $(CLEAR_VARS)

@@ -512,6 +516,10 @@ LOCAL_APIDIFF_NEWAPI := $(LOCAL_PATH)/../../$(basename $(INTERNAL_PLATFORM_SYSTE

include $(BUILD_APIDIFF)

# Hack to get diffs included in docs output
out_zip := $(OUT_DOCS)/$(LOCAL_MODULE)-docs.zip
$(out_zip): $(full_target)

# ====  the api stubs and current.xml ===========================
include $(CLEAR_VARS)

@@ -656,10 +664,6 @@ checkbuild: doc-comment-check-docs
# Check comment when you are updating the API
update-api: doc-comment-check-docs

# Generate API diffs as part of docs builds
docs: offline-sdk-referenceonly-diff
docs: offline-system-sdk-referenceonly-diff

# ====  static html in the sdk ==================================
include $(CLEAR_VARS)