commit | 6663c8476a39aeb5ae56a7e2a8943e1c6a964f34 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sat Dec 16 03:14:43 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Dec 16 03:14:43 2017 +0000 |
tree | 6044b459d72ad274f7ff065a30ea206ff6beee10 | |
parent | 305d2abb275f7f5d32fafb5807dc5af616219aa0 [diff] | |
parent | 248b832d44f4b218e8fdd4b9ac68e6f80f632a3e [diff] |
Merge "Depend on the more specific ndk timestamp."
diff --git a/core/binary.mk b/core/binary.mk index cc6df60..6920373 100644 --- a/core/binary.mk +++ b/core/binary.mk
@@ -88,7 +88,7 @@ endif # Make sure we've built the NDK. - my_additional_dependencies += $(SOONG_OUT_DIR)/ndk.timestamp + my_additional_dependencies += $(SOONG_OUT_DIR)/ndk_base.timestamp # mips32r6 is not supported by the NDK. No released NDK contains these # libraries, but the r10 in prebuilts/ndk had a local hack to add them :(