test,Android.mk: export gtest include path
authorJames Zern <jzern@google.com>
Fri, 1 Sep 2017 03:07:01 +0000 (20:07 -0700)
committerJames Zern <jzern@google.com>
Sat, 2 Sep 2017 02:44:12 +0000 (19:44 -0700)
fixes test file builds

Change-Id: Iaa725ad95d56cf77d9fef8994981a80102e9a966

test/android/Android.mk

index 48872a2..7318de2 100644 (file)
@@ -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)