Merge "Stop using the local gcc."

This commit is contained in:
Elliott Hughes 2013-02-14 00:48:53 +00:00 committed by Gerrit Code Review
commit 97f2ec50a7

View File

@ -126,7 +126,6 @@ endif
# implementation for testing the tests themselves.
ifeq ($(HOST_OS)-$(HOST_ARCH),linux-x86)
include $(CLEAR_VARS)
LOCAL_CXX := /usr/bin/g++ # Avoid the host prebuilt so we test the real glibc.
LOCAL_MODULE := bionic-unit-tests-glibc
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_CFLAGS += $(test_c_flags)