From 14a53cdcd5d662701791c7ea54d8a0ec17802b87 Mon Sep 17 00:00:00 2001 From: Stephen Crane Date: Thu, 11 Feb 2021 11:27:31 -0800 Subject: Trusty: Build boringssl with C++ support We now have an STL available for boringssl, so we can build with C++ support which is needed for ACVP testing. Remove the define suppressing C++ APIs. Test: build.py qemu-generic-arm64-test-debug Change-Id: Ibc5cc5fe3a8461b8f73ad32e96112bd8577c1840 --- rules.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rules.mk b/rules.mk index 5f96f687..9b2668e9 100644 --- a/rules.mk +++ b/rules.mk @@ -70,10 +70,6 @@ LOCAL_C_INCLUDES := src/crypto src/include GLOBAL_INCLUDES += $(addprefix $(LOCAL_DIR)/,$(LOCAL_C_INCLUDES)) -# BoringSSL expects an STL to be available when building for C++11 to provide -# scopers. Suppress those APIs. -GLOBAL_CPPFLAGS += -DBORINGSSL_NO_CXX - MODULE_DEPS := \ lib/openssl-stubs \ -- cgit v1.2.3