summaryrefslogtreecommitdiff
path: root/sources.bp
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2016-08-11 13:26:41 -0400
committerDavid Benjamin <davidben@google.com>2016-09-23 14:04:09 -0400
commit7c0d06c221ce9edf44bbf978b909b38a0aee2084 (patch)
tree493174506e099dc14252674dc832d9f11e58c4dc /sources.bp
parent7b550be7e74118580614c6aa5c414d7245d2f189 (diff)
downloadboringssl-7c0d06c221ce9edf44bbf978b909b38a0aee2084.tar.gz
external/boringssl: Sync to e34bcc91.
This includes the following changes: https://boringssl.googlesource.com/boringssl/+log/0e9138d295cd556e830dc8b3be735e808680f4bd..e34bcc91c07c0bf65ecc53a814d51f5246007150 This also removes BORINGSSL_ENABLE_RC4_TLS and android_compat_hacks.c as they are no longer needed. Test: Built tree, phone boots. Ran cts-tradefed run cts -m CtsLibcoreTestCases Change-Id: I86df196e1856c338bbf72c60e2e47dd1b74ae537
Diffstat (limited to 'sources.bp')
-rw-r--r--sources.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/sources.bp b/sources.bp
index 49333bbc..e42211fb 100644
--- a/sources.bp
+++ b/sources.bp
@@ -17,7 +17,6 @@
cc_defaults {
name: "libcrypto_sources",
srcs: [
- "android_compat_hacks.c",
"android_compat_keywrap.c",
"err_data.c",
"src/crypto/aes/aes.c",
@@ -497,7 +496,7 @@ cc_defaults {
"src/crypto/hkdf/hkdf_test.c",
"src/crypto/hmac/hmac_test.cc",
"src/crypto/lhash/lhash_test.c",
- "src/crypto/modes/gcm_test.c",
+ "src/crypto/modes/gcm_test.cc",
"src/crypto/newhope/newhope_statistical_test.cc",
"src/crypto/newhope/newhope_test.cc",
"src/crypto/newhope/newhope_vectors_test.cc",