Skip to content
Snippets Groups Projects
Commit e9768273 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am efcb3b95: Merge "[MIPS] Remove reference to NDK"

* commit 'efcb3b95':
  [MIPS] Remove reference to NDK
parents 2577fca1 efcb3b95
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,10 @@ ifeq ($(TARGET_ARCH), x86) ...@@ -28,6 +28,10 @@ ifeq ($(TARGET_ARCH), x86)
TARGETING_UNBUNDLED_FROYO := false TARGETING_UNBUNDLED_FROYO := false
endif endif
ifeq ($(TARGET_ARCH),mips)
TARGETING_UNBUNDLED_FROYO := false
endif
ifeq ($(FLAG_DBG), true) ifeq ($(FLAG_DBG), true)
TARGETING_UNBUNDLED_FROYO := false TARGETING_UNBUNDLED_FROYO := false
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment