Home | History | Annotate | Download | only in jni
      1 LOCAL_PATH := $(call my-dir)
      2 
      3 include $(CLEAR_VARS)
      4 LOCAL_MODULE := test_basic_exceptions
      5 LOCAL_SRC_FILES := test_basic_exceptions.cpp
      6 LOCAL_CPPFLAGS := -fexceptions
      7 include $(BUILD_EXECUTABLE)
      8