Added OpenSSL

This commit is contained in:
Pritesh Nandgaonkar
2018-06-13 11:36:51 +01:00
parent 5c25aaeac0
commit a887a87a8d
22 changed files with 450 additions and 8 deletions

View File

@@ -18,6 +18,8 @@ include ':sample'
include ':doubleconversion'
include ':glog'
include ':libevent'
include ':openssl'
project(':fbjni').projectDir = file('libs/fbjni')
@@ -29,3 +31,4 @@ project(':doubleconversion').projectDir = file('android/build/third-party-ndk/do
project(':glog').projectDir = file('android/build/third-party-ndk/glog/')
project(':folly').projectDir = file('android/build/third-party-ndk/folly/')
project(':libevent').projectDir = file('android/build/third-party-ndk/LibEvent/')
project(':openssl').projectDir = file('android/build/third-party-ndk/OpenSSL/openssl-android-1.0.0')