summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Crane <sjc@immunant.com>2021-02-11 11:27:31 -0800
committerStephen Crane <sjc@immunant.com>2021-03-11 09:27:55 -0800
commit14a53cdcd5d662701791c7ea54d8a0ec17802b87 (patch)
treed7658bfe3ff7b6c344d296ccce608bae4a97de9d
parentff86bdb9ab7cfab0cc856e7cb9609fe8c778adfc (diff)
downloadboringssl-14a53cdcd5d662701791c7ea54d8a0ec17802b87.tar.gz
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
-rw-r--r--rules.mk4
1 files changed, 0 insertions, 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 \