summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-11-11 18:53:41 -0800
committerDan Albert <danalbert@google.com>2014-11-11 18:53:41 -0800
commitfd84f660604e4f15c7df85c676a2bee320a4eead (patch)
treeebd1346376b1259e4afeeedf5a7d8b53fe6e3a7c /build
parent3eb2abbe3ddb419ff5b2c16d7c5dee15c755af62 (diff)
downloadart-fd84f660604e4f15c7df85c676a2bee320a4eead.zip
art-fd84f660604e4f15c7df85c676a2bee320a4eead.tar.gz
art-fd84f660604e4f15c7df85c676a2bee320a4eead.tar.bz2
The libc++ gtest is being renamed to libgtest.
Bug: 15193147 Change-Id: I02c3a9300fc3e8a8856a571fd77aff3c5ad33193
Diffstat (limited to 'build')
-rw-r--r--build/Android.gtest.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Android.gtest.mk b/build/Android.gtest.mk
index 0259fb4..b421f27 100644
--- a/build/Android.gtest.mk
+++ b/build/Android.gtest.mk
@@ -203,7 +203,7 @@ LOCAL_CFLAGS := $(ART_TARGET_CFLAGS)
LOCAL_SRC_FILES := runtime/common_runtime_test.cc compiler/common_compiler_test.cc
LOCAL_C_INCLUDES := $(ART_C_INCLUDES) art/runtime art/compiler
LOCAL_SHARED_LIBRARIES := libartd libartd-compiler libdl
-LOCAL_STATIC_LIBRARIES += libgtest_libc++
+LOCAL_STATIC_LIBRARIES += libgtest
LOCAL_CLANG := $(ART_TARGET_CLANG)
LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common_build.mk
LOCAL_ADDITIONAL_DEPENDENCIES += art/build/Android.gtest.mk