diff options
author | Kenny Root <kroot@google.com> | 2015-03-08 00:08:36 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-03-08 00:08:36 +0000 |
commit | 1fee720acda423821236e1887ee96ab800851dfc (patch) | |
tree | 6ff1af9da8baad18cac5595597d674094c4396a9 | |
parent | 6ebf9413037ea5fb221ef896b23bdd12f1807e78 (diff) | |
parent | 34642d1d63c784ae9fd3fe123143d0b3f0773932 (diff) | |
download | sdk-1fee720acda423821236e1887ee96ab800851dfc.zip sdk-1fee720acda423821236e1887ee96ab800851dfc.tar.gz sdk-1fee720acda423821236e1887ee96ab800851dfc.tar.bz2 |
am 34642d1d: am 52163238: Merge "Update Windows SDK build to track change from OpenSSL to BoringSSL"
* commit '34642d1d63c784ae9fd3fe123143d0b3f0773932':
Update Windows SDK build to track change from OpenSSL to BoringSSL
-rw-r--r-- | build/windows_sdk_whitelist.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/windows_sdk_whitelist.mk b/build/windows_sdk_whitelist.mk index ea29f11..31bf471 100644 --- a/build/windows_sdk_whitelist.mk +++ b/build/windows_sdk_whitelist.mk @@ -26,6 +26,7 @@ # Whitelist of SDK specific projects that do NOT need Java (e.g. C libraries) subdirs += \ + external/boringssl \ external/openssl \ # external/qemu \ # prebuilts/tools \ |