blob: 5664ab5d4ef1144d77490e9bc2904d5d44a913f9 [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := test_basic_rtti
LOCAL_SRC_FILES := test_basic_rtti.cpp
LOCAL_CPPFLAGS := -frtti
include $(BUILD_EXECUTABLE)