Merge "[MIPS] Remove reference to NDK"

This commit is contained in:
Jean-Baptiste Queru 2012-02-14 07:55:48 -08:00 committed by android code review
commit efcb3b95df

View File

@ -28,6 +28,10 @@ ifeq ($(TARGET_ARCH), x86)
TARGETING_UNBUNDLED_FROYO := false
endif
ifeq ($(TARGET_ARCH),mips)
TARGETING_UNBUNDLED_FROYO := false
endif
ifeq ($(FLAG_DBG), true)
TARGETING_UNBUNDLED_FROYO := false
endif