Home | History | Annotate | Download | only in jni
      1 LOCAL_PATH := $(call my-dir)
      2 
      3 include $(CLEAR_VARS)
      4 LOCAL_MODULE := test_fenv_c
      5 LOCAL_SRC_FILES := test_fenv.c
      6 include $(BUILD_EXECUTABLE)
      7 
      8 include $(CLEAR_VARS)
      9 LOCAL_MODULE := test_fenv_cpp
     10 LOCAL_SRC_FILES := test_fenv.cpp
     11 include $(BUILD_EXECUTABLE)
     12