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

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!