Merge \"Don\'t depend on a phony target\"

am: 90cd97fd11

Change-Id: I185be0ffd30561125bcbc39c19429ae44e964bb8
This commit is contained in:
Colin Cross
2016-07-30 02:06:41 +00:00
committed by android-build-merger

View File

@@ -71,7 +71,7 @@ ifdef LOCAL_SDK_VERSION
endif endif
# Make sure we've built the NDK. # Make sure we've built the NDK.
my_additional_dependencies += ndk my_additional_dependencies += $(SOONG_OUT_DIR)/ndk.timestamp
# mips32r6 is not supported by the NDK. No released NDK contains these # 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 :( # libraries, but the r10 in prebuilts/ndk had a local hack to add them :(