Home | History | Annotate | Download | only in jni
      1 LOCAL_PATH := $(call my-dir)
      2 
      3 include $(CLEAR_VARS)
      4 LOCAL_MODULE := ssax_instruction
      5 LOCAL_ARM_NEON := true
      6 LOCAL_SRC_FILES := test.S
      7 include $(BUILD_SHARED_LIBRARY)
      8 
      9