blob: e38187cb761a695ef1c304cc6f89a67a109369cf [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := fortify_test
LOCAL_SRC_FILES := fortify_test.cpp
LOCAL_STATIC_LIBRARIES := googletest_main
include $(BUILD_EXECUTABLE)
$(call import-module,third_party/googletest)