History log of /external/conscrypt/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ecd29abc835394f39e451f8aac65b08be8688a97 19-Jun-2014 Brian Carlstrom <bdc@google.com> Switch from core to core-libart

Bug: 14298175
Change-Id: I5035075f2453b692f86fff8fe852c954698e40ed
/external/conscrypt/Android.mk
e66dbe5ad60417a4a9bf5ddf0bc3eb02652e43c8 10-Jun-2014 Justin Morey <jmorey@google.com> Add support for a Google Play Services version of the JNI lib

Change-Id: Ie0d9f83e366c0b99994eb861ae567d454cbbea5b
/external/conscrypt/Android.mk
f24ba0620d88b7d71ddb089b97d29fb1b073718d 09-Jun-2014 Kenny Root <kroot@google.com> Add ability to wrap platform keys

This is mostly useful for unbundled Conscrypt currently when working
with KeyChain-based keys, but could be good for use with PKCS11-like
keys in other JSSE providers.

Bug: 15469749
Change-Id: I56bf2eaf3228bdf42d671437f4fffdafb8b47b12
/external/conscrypt/Android.mk
3a03c73b41d094461d7a426b5a787ec988e40d61 23-May-2014 Ian Rogers <irogers@google.com> Remove deprecated WITH_HOST_DALVIK.

Switch host build to clang as conscrypt uses C++11 and not all GCC
host compilers support it.

Bug: 13751317
Change-Id: I74ffdda695e47967b61a133c8b6fc52f6547a3a0
/external/conscrypt/Android.mk
39deada91bd9b4ebb0a189b07382e0827e5bad68 30-May-2014 Kenny Root <kroot@google.com> Move platform-only files out to separate directory

To aid in building Conscrypt with gradle, move the platform-only files
out to a separate directory.

Change-Id: I8f07959055261f6b9f2a0ac26dea2f6431d9edbe
/external/conscrypt/Android.mk
4ccb72fd16c6c8d4b43a556595abee25d58f5cf1 30-May-2014 Kenny Root <kroot@google.com> Unbundle conscrypt

Don't build the host JNI library in an unbundled build since it's only
needed for testing currently.

Change-Id: I6b6003e86d9f6ff2d87431f156f4984f56592791
/external/conscrypt/Android.mk
031510fb212274c2761f51f8b432c0442dd67667 29-May-2014 Kenny Root <kroot@google.com> Add script to create prebuilts

This allows us to create a gradle library that people can include.

Change-Id: I7f845ae0738b8d414781a34fef6bc28bebebb994
/external/conscrypt/Android.mk
1cfba2bc6023e2d86243d48289e2c822d0bab209 27-May-2014 Kenny Root <kroot@android.com> Revert "Speed up conscrypt compile a bit"

This reverts commit ec9c6dc171f9f9df6548fea8a4da55598d5ee3a9.

Change-Id: Icfdeec757357a7449640198548963d2095d8cf92
/external/conscrypt/Android.mk
ec9c6dc171f9f9df6548fea8a4da55598d5ee3a9 27-May-2014 Kenny Root <kroot@google.com> Speed up conscrypt compile a bit

Re-arrange Java library compilation to allow reuse of previous
compilations which speeds up the overall compilation by a bit.

Change-Id: I7ec172dd8ca2450d26ecec2a5dae13de5c00299b
/external/conscrypt/Android.mk
3e46e4ee56c8e37158f46941dedd5b436d724baa 23-May-2014 Kenny Root <kroot@google.com> Unbundle: hacks to let Conscrypt compile standalone

This is the first pass at getting Conscrypt to compile standalone. It
works fine in apps currently. There are a few TODOs to fix.

Change-Id: I9b43ba12c55e04c8897ccacf38979ca671a55a26
/external/conscrypt/Android.mk
b32d679b1e2d011115fc8ead3d62c0401187c7ac 28-Oct-2013 Narayan Kamath <narayan@google.com> Remove uses of LOCAL_BUILD_HOST_DEX

Use the new BUILD_HOST_DALVIK_JAVA_LIBRARY rule instead.

(cherry picked from commit 44419837f838eab28d0f347561715cbd00150168)

Change-Id: Ib126703f927c0f6e7f8c3746ff7348864aa49a39
/external/conscrypt/Android.mk
92b12a8a5d5b74d31b3dbbd3aaaa6f3984a51f24 03-Oct-2013 Kenny Root <kroot@google.com> Revert "Rename modules to avoid build breakage temporarily"

This reverts commit 47af0857fc2b0beaa296d5e8ef8cc345e96124cf.
/external/conscrypt/Android.mk
47af0857fc2b0beaa296d5e8ef8cc345e96124cf 02-Oct-2013 Kenny Root <kroot@google.com> Rename modules to avoid build breakage temporarily

Change-Id: I1096e1bebc11aae36df359cf39ceec4a2367afbd
/external/conscrypt/Android.mk
7150e32a59e2c8614437014818a27a6d205f35dd 02-Oct-2013 Kenny Root <kroot@google.com> Conscrypt: add missing libraries to JNI lib

Change-Id: Ic6d1d787a3e22deca8b2cd4a52e443d06391243e
/external/conscrypt/Android.mk
0a84a212424bd713acf9151a61c2e5717f60dd1c 02-Oct-2013 Kenny Root <kroot@google.com> Conscrypt: fixing Android.mk dependencies

Remove some dependencies on makefile orders from other libcore files.

Change-Id: Iff62a2aebf3b58227fbe3157371c85c33f2db097
/external/conscrypt/Android.mk
0e27f2afe3d5087301ea978d27f8655f8cfe406c 16-Sep-2013 Kenny Root <kroot@google.com> Split Conscrypt makefile out from libcore

Change-Id: I6c12a0e038a86b186b5d88b9f0ff28b8480b4aed
/external/conscrypt/Android.mk