Home | History | Annotate | Download | only in jni
      1 LOCAL_PATH := $(call my-dir)
      2 
      3 ifeq ($(strip $(filter-out $(NDK_KNOWN_ARCHS),$(TARGET_ARCH))),)
      4 include $(CLEAR_VARS)
      5 LOCAL_MODULE := emm
      6 LOCAL_SRC_FILES := emm.c
      7 include $(BUILD_EXECUTABLE)
      8 endif
      9