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

Commit 96bb1ba1 authored by Nan Zhang's avatar Nan Zhang
Browse files

Add back doc-comment-check-docs back to checkbuild.

Test: m -j checkbuild, and build was failed as expected.
Bug: b/118815658 b/120229228
Change-Id: I3a8e869f22e5040a63208169203feec15b847f2f
parent 20e6f319
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -72,6 +72,11 @@ $(OUT_DOCS)/offline-sdk-timestamp: $(OUT_DOCS)/offline-sdk-docs-docs.zip
	$(hide) mkdir -p $(OUT_DOCS)/offline-sdk
	( unzip -qo $< -d $(OUT_DOCS)/offline-sdk && touch -f $@ ) || exit 1

# Run this for checkbuild
checkbuild: doc-comment-check-docs
# Check comment when you are updating the API
update-api: doc-comment-check-docs

# ==== hiddenapi lists =======================================
.KATI_RESTAT: \
	$(INTERNAL_PLATFORM_HIDDENAPI_WHITELIST) \