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

Commit c21739ae authored by Narayan Kamath's avatar Narayan Kamath
Browse files

docs: Add an explicit dependency on libcore/Docs.mk

We include libcore sources in apicheck / docs targets so we must
regenerate the stubs or api definitions whenever the list of libcore
sources changes.

Change-Id: I9383015069bc4064d5d06d3d540047cd408e24c7
parent 2fccb66d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -731,7 +731,8 @@ framework_docs_LOCAL_ADDITIONAL_JAVA_DIR:= \
	$(foreach lib,$(FRAMEWORKS_SUPPORT_JAVA_LIBRARIES),$(call intermediates-dir-for,JAVA_LIBRARIES,$(lib)-res,,COMMON))

framework_docs_LOCAL_ADDITIONAL_DEPENDENCIES := \
    frameworks/base/docs/knowntags.txt
    frameworks/base/docs/knowntags.txt \
    libcore/Docs.mk

samples_dir := development/samples/browseable