Stop hard coding gtest paths.

These are automatically exported by libgtest.

Change-Id: Ia55222989523ecda7a4a686ef794040515f56224
Test: mma
Bug: None
This commit is contained in:
Dan Albert
2016-08-22 13:53:20 -07:00
parent 7ef26a32b3
commit eadd3689a2
5 changed files with 0 additions and 8 deletions

View File

@@ -18,8 +18,6 @@ LOCAL_SRC_FILES := \
../core/test/url_request.cpp
LOCAL_C_INCLUDES := \
external/gmock/include \
external/gtest/include \
external/openssl/include \
vendor/widevine/libwvdrmengine/android/cdm/test \
vendor/widevine/libwvdrmengine/cdm/core/include \

View File

@@ -5,8 +5,6 @@ LOCAL_SRC_FILES := \
WVCryptoPlugin_test.cpp \
LOCAL_C_INCLUDES := \
external/gmock/include \
external/gtest/include \
frameworks/av/include \
frameworks/native/include \
vendor/widevine/libwvdrmengine/cdm/core/include \

View File

@@ -5,8 +5,6 @@ LOCAL_SRC_FILES := \
WVDrmPlugin_test.cpp \
LOCAL_C_INCLUDES := \
external/gmock/include \
external/gtest/include \
frameworks/av/include \
frameworks/native/include \
vendor/widevine/libwvdrmengine/cdm/core/include \

View File

@@ -21,7 +21,6 @@ LOCAL_C_INCLUDES += \
$(LOCAL_PATH)/src \
vendor/widevine/libwvdrmengine/cdm/core/include \
vendor/widevine/libwvdrmengine/third_party/stringencoders/src \
external/gtest/include \
external/openssl/include \
external/openssl/include/openssl \

View File

@@ -7,7 +7,6 @@ LOCAL_SRC_FILES := \
WVDrmFactory_test.cpp \
LOCAL_C_INCLUDES := \
external/gtest/include \
frameworks/av/include \
frameworks/native/include \
vendor/widevine/libwvdrmengine/include \