Khubaib db784a3a13 added apps installed on split tunnel, etc, home screen ui update... il y a 1 an
..
include db784a3a13 added apps installed on split tunnel, etc, home screen ui update... il y a 1 an
linux-arm db784a3a13 added apps installed on split tunnel, etc, home screen ui update... il y a 1 an
linux-x86 db784a3a13 added apps installed on split tunnel, etc, home screen ui update... il y a 1 an
mac-x86 db784a3a13 added apps installed on split tunnel, etc, home screen ui update... il y a 1 an
src db784a3a13 added apps installed on split tunnel, etc, home screen ui update... il y a 1 an
win-x86 db784a3a13 added apps installed on split tunnel, etc, home screen ui update... il y a 1 an
Android.mk db784a3a13 added apps installed on split tunnel, etc, home screen ui update... il y a 1 an
NOTICE db784a3a13 added apps installed on split tunnel, etc, home screen ui update... il y a 1 an
README.ndk db784a3a13 added apps installed on split tunnel, etc, home screen ui update... il y a 1 an
UPDATING db784a3a13 added apps installed on split tunnel, etc, home screen ui update... il y a 1 an
flavor.mk db784a3a13 added apps installed on split tunnel, etc, home screen ui update... il y a 1 an
rules.mk db784a3a13 added apps installed on split tunnel, etc, home screen ui update... il y a 1 an

README.ndk

This is a version of the official Android BoringSSL sources slightly modified
to be used as static library within the Android NDK.

It is intended to be used as subdirectory of a project's jni directory, it
just has to be included from the top Android.mk. Afterwards it can be built
as part of the project directly with $NDK/ndk-build.

To update it to the latest upstream version add the following remote:

git remote add upstream https://android.googlesource.com/platform/external/boringssl

NOTE: This branch might get rebased!