1LOCAL_PATH := $(call my-dir) 2 3include $(CLEAR_VARS) 4LOCAL_MODULE := ssax_instruction 5LOCAL_ARM_NEON := true 6LOCAL_SRC_FILES := test.S 7include $(BUILD_SHARED_LIBRARY) 8 9
1LOCAL_PATH := $(call my-dir) 2 3include $(CLEAR_VARS) 4LOCAL_MODULE := ssax_instruction 5LOCAL_ARM_NEON := true 6LOCAL_SRC_FILES := test.S 7include $(BUILD_SHARED_LIBRARY) 8 9