LOCAL_PATH := $(call my-dir)

ROOT_DIR=$(LOCAL_PATH)/../../../..

### Stress test ################################################################
include $(CLEAR_VARS)
LOCAL_MODULE           = stest_dead_app
LOCAL_SRC_FILES        = test.cc
LOCAL_STATIC_LIBRARIES += libgoogletest_main googletest_main
LOCAL_CFLAGS           += -DPLATFORM_LOG_TAG=\"STEST_DEAD_APP\"
include $(BUILD_EXECUTABLE)

### Integrate Libraries ########################################################
$(call import-module, third_party/googletest)
