Merge "Depend on the more specific ndk timestamp." am: 6663c8476a

am: f6c5be1e8e

Change-Id: I3186e73b7779979081cb6d2a81d34079d2d65218
This commit is contained in:
Dan Albert 2017-12-16 03:22:34 +00:00 committed by android-build-merger
commit 892e4d3ec9
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ ifneq ($(LOCAL_SDK_VERSION),)
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 :(