blob: 7889558197513fc81ff9343a9655be8e378d0155 [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := ssax_instruction
LOCAL_ARM_NEON := true
LOCAL_SRC_FILES := test.S
include $(BUILD_SHARED_LIBRARY)