Add a phony target for the NDK sysroots.

`make ndk` will build all the NDK sysroots.

Test: make ndk
Bug: http://b/27533932
Change-Id: Ic2f5bf61f8911f7b8d08a473f2fe0576f3e06224
This commit is contained in:
Dan Albert
2016-07-27 21:57:49 -07:00
parent 02bf138d64
commit c61174aac1

View File

@@ -1125,4 +1125,7 @@ nothing:
tidy_only:
@echo Successfully make tidy_only.
ndk: $(SOONG_OUT_DIR)/ndk.timestamp
.PHONY: ndk
endif # KATI