commit | c61174aac16995d9c56a5ee91e99c7df2d0f27df | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Wed Jul 27 21:57:49 2016 -0700 |
committer | Dan Albert <danalbert@google.com> | Thu Jul 28 00:06:20 2016 -0700 |
tree | 5aac8fe402e775e7bb17f33f6fa24546e26c99d1 | |
parent | 02bf138d64a09166f5fe16b6ea83adaf60fad185 [diff] [blame] |
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
diff --git a/core/main.mk b/core/main.mk index b99de49..59e9524 100644 --- a/core/main.mk +++ b/core/main.mk
@@ -1125,4 +1125,7 @@ tidy_only: @echo Successfully make tidy_only. +ndk: $(SOONG_OUT_DIR)/ndk.timestamp +.PHONY: ndk + endif # KATI