test,Android.mk: export gtest include path
fixes test file builds Change-Id: Iaa725ad95d56cf77d9fef8994981a80102e9a966
This commit is contained in:
parent
7587a97551
commit
d49a1a5329
@ -32,6 +32,7 @@ LOCAL_CPP_EXTENSION := .cc
|
||||
LOCAL_MODULE := gtest
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/third_party/googletest/src/
|
||||
LOCAL_C_INCLUDES += $(LOCAL_PATH)/third_party/googletest/src/include/
|
||||
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/third_party/googletest/src/include/
|
||||
LOCAL_SRC_FILES := ./third_party/googletest/src/src/gtest-all.cc
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user