OSDN Git Service

Merge "[MIPS] Add MIPS support for libffi"
authorElliott Hughes <enh@google.com>
Fri, 10 Aug 2012 21:11:46 +0000 (14:11 -0700)
committerandroid code review <noreply-gerritcodereview@google.com>
Fri, 10 Aug 2012 21:11:46 +0000 (14:11 -0700)
Android.mk

index 2352581..686759f 100644 (file)
@@ -35,6 +35,7 @@ ifneq ($(TARGET_ARCH),arm)
        # This include just keeps the nesting a bit saner.
        include $(LOCAL_PATH)/Libffi.mk
 
+       LOCAL_MODULE_TAGS := optional
        LOCAL_MODULE := libffi
 
        include $(BUILD_SHARED_LIBRARY)