Declare phony targets as .PHONY.
To make Kati output the Ninja rules.
Bug: 22723877
Change-Id: Id9a17902290c9d53266b3d4b8734c7a6253bdf75
diff --git a/Android.mk b/Android.mk
index 5524b3e..3890b64 100644
--- a/Android.mk
+++ b/Android.mk
@@ -19,10 +19,12 @@
# Sets up the Doxygen HAL reference docs and puts them in the right place
# Need doxygen in your path (1.8.3 was used when this target was created)
+.PHONY: setup-hal-ref
setup-hal-ref:
$(hide) doxygen docs/source.android.com/Doxyfile
# Put HAL refs in PDK instead and strip nav to s.a.c.
+.PHONY: pdk-hal-ref
pdk-hal-ref:
$(hide) doxygen vendor/pdk/data/google/Doxyfile
@@ -31,7 +33,7 @@
# Target assumes that you have a "tradefed" directory
# that contains a sync'ed copy of the "tradefed" branch at the same level as the
# live docs branch.
-
+.PHONY: setup-tradefed-ref
setup-tradefed-ref:
$(hide) rm -rf $(OUT_DOCS)/online-sac/reference
$(hide) cp -R $(OUT_DOCS)/tradefed/reference $(OUT_DOCS)/online-sac