Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
com.ccwangluo.accelerator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sheteng
com.ccwangluo.accelerator
Commits
dde491cb
Commit
dde491cb
authored
Dec 14, 2015
by
Max Lv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update libsodium
parent
e24ccfae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
174 additions
and
42 deletions
+174
-42
src/main/jni/Android.mk
src/main/jni/Android.mk
+173
-41
src/main/jni/shadowsocks-libev
src/main/jni/shadowsocks-libev
+1
-1
No files found.
src/main/jni/Android.mk
View file @
dde491cb
...
...
@@ -22,59 +22,189 @@ ROOT_PATH := $(LOCAL_PATH)
include
$(CLEAR_VARS)
crypto_aead_src
:=
crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c
crypto_auth_src
:=
crypto_auth/crypto_auth.c crypto_auth/hmacsha256/auth_hmacsha256_api.c crypto_auth/hmacsha256/cp/hmac_hmacsha256.c crypto_auth/hmacsha256/cp/verify_hmacsha256.c crypto_auth/hmacsha512/auth_hmacsha512_api.c crypto_auth/hmacsha512/cp/hmac_hmacsha512.c crypto_auth/hmacsha512/cp/verify_hmacsha512.c crypto_auth/hmacsha512256/auth_hmacsha512256_api.c crypto_auth/hmacsha512256/cp/hmac_hmacsha512256.c crypto_auth/hmacsha512256/cp/verify_hmacsha512256.c
crypto_box_src
:=
crypto_box/crypto_box.c crypto_box/crypto_box_easy.c crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305_api.c crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c
crypto_core_src
:=
crypto_core/hsalsa20/core_hsalsa20_api.c crypto_core/hsalsa20/ref2/core_hsalsa20.c crypto_core/salsa20/core_salsa20_api.c crypto_core/salsa20/ref/core_salsa20.c crypto_core/salsa2012/core_salsa2012_api.c crypto_core/salsa2012/ref/core_salsa2012.c crypto_core/salsa208/core_salsa208_api.c crypto_core/salsa208/ref/core_salsa208.c
crypto_generichash_src
:=
crypto_generichash/blake2/generichash_blake2_api.c crypto_generichash/blake2/ref/blake2b-ref.c crypto_generichash/blake2/ref/generichash_blake2b.c crypto_generichash/crypto_generichash.c
crypto_hash_src
:=
crypto_hash/crypto_hash.c crypto_hash/sha256/cp/hash_sha256.c crypto_hash/sha256/hash_sha256_api.c crypto_hash/sha512/cp/hash_sha512.c crypto_hash/sha512/hash_sha512_api.c
crypto_onetimeauth_src
:=
crypto_onetimeauth/crypto_onetimeauth.c crypto_onetimeauth/poly1305/donna/auth_poly1305_donna.c crypto_onetimeauth/poly1305/donna/verify_poly1305_donna.c crypto_onetimeauth/poly1305/onetimeauth_poly1305.c crypto_onetimeauth/poly1305/onetimeauth_poly1305_api.c crypto_onetimeauth/poly1305/onetimeauth_poly1305_try.c
crypto_pwhash_src
:=
crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c
crypto_scalarmult_src
:=
crypto_scalarmult/crypto_scalarmult.c crypto_scalarmult/curve25519/donna_c64/base_curve25519_donna_c64.c crypto_scalarmult/curve25519/donna_c64/smult_curve25519_donna_c64.c crypto_scalarmult/curve25519/ref10/base_curve25519_ref10.c crypto_scalarmult/curve25519/ref10/fe_0_curve25519_ref10.c crypto_scalarmult/curve25519/ref10/fe_1_curve25519_ref10.c crypto_scalarmult/curve25519/ref10/fe_add_curve25519_ref10.c crypto_scalarmult/curve25519/ref10/fe_copy_curve25519_ref10.c crypto_scalarmult/curve25519/ref10/fe_cswap_curve25519_ref10.c crypto_scalarmult/curve25519/ref10/fe_frombytes_curve25519_ref10.c crypto_scalarmult/curve25519/ref10/fe_invert_curve25519_ref10.c crypto_scalarmult/curve25519/ref10/fe_mul121666_curve25519_ref10.c crypto_scalarmult/curve25519/ref10/fe_mul_curve25519_ref10.c crypto_scalarmult/curve25519/ref10/fe_sq_curve25519_ref10.c crypto_scalarmult/curve25519/ref10/fe_sub_curve25519_ref10.c crypto_scalarmult/curve25519/ref10/fe_tobytes_curve25519_ref10.c crypto_scalarmult/curve25519/ref10/scalarmult_curve25519_ref10.c crypto_scalarmult/curve25519/scalarmult_curve25519_api.c
crypto_secretbox_src
:=
crypto_secretbox/crypto_secretbox.c crypto_secretbox/crypto_secretbox_easy.c crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305_api.c
crypto_shorthash_src
:=
crypto_shorthash/crypto_shorthash.c crypto_shorthash/siphash24/ref/shorthash_siphash24.c crypto_shorthash/siphash24/shorthash_siphash24_api.c
crypto_sign_src
:=
crypto_sign/crypto_sign.c crypto_sign/ed25519/ref10/fe_0.c crypto_sign/ed25519/ref10/fe_1.c crypto_sign/ed25519/ref10/fe_add.c crypto_sign/ed25519/ref10/fe_cmov.c crypto_sign/ed25519/ref10/fe_copy.c crypto_sign/ed25519/ref10/fe_frombytes.c crypto_sign/ed25519/ref10/fe_invert.c crypto_sign/ed25519/ref10/fe_isnegative.c crypto_sign/ed25519/ref10/fe_isnonzero.c crypto_sign/ed25519/ref10/fe_mul.c crypto_sign/ed25519/ref10/fe_neg.c crypto_sign/ed25519/ref10/fe_pow22523.c crypto_sign/ed25519/ref10/fe_sq.c crypto_sign/ed25519/ref10/fe_sq2.c crypto_sign/ed25519/ref10/fe_sub.c crypto_sign/ed25519/ref10/fe_tobytes.c crypto_sign/ed25519/ref10/ge_add.c crypto_sign/ed25519/ref10/ge_double_scalarmult.c crypto_sign/ed25519/ref10/ge_frombytes.c crypto_sign/ed25519/ref10/ge_madd.c crypto_sign/ed25519/ref10/ge_msub.c crypto_sign/ed25519/ref10/ge_p1p1_to_p2.c crypto_sign/ed25519/ref10/ge_p1p1_to_p3.c crypto_sign/ed25519/ref10/ge_p2_0.c crypto_sign/ed25519/ref10/ge_p2_dbl.c crypto_sign/ed25519/ref10/ge_p3_0.c crypto_sign/ed25519/ref10/ge_p3_dbl.c crypto_sign/ed25519/ref10/ge_p3_to_cached.c crypto_sign/ed25519/ref10/ge_p3_to_p2.c crypto_sign/ed25519/ref10/ge_p3_tobytes.c crypto_sign/ed25519/ref10/ge_precomp_0.c crypto_sign/ed25519/ref10/ge_scalarmult_base.c crypto_sign/ed25519/ref10/ge_sub.c crypto_sign/ed25519/ref10/ge_tobytes.c crypto_sign/ed25519/ref10/keypair.c crypto_sign/ed25519/ref10/open.c crypto_sign/ed25519/ref10/sc_muladd.c crypto_sign/ed25519/ref10/sc_reduce.c crypto_sign/ed25519/ref10/sign.c crypto_sign/ed25519/sign_ed25519_api.c crypto_sign/edwards25519sha512batch/ref/fe25519_edwards25519sha512batch.c crypto_sign/edwards25519sha512batch/ref/ge25519_edwards25519sha512batch.c crypto_sign/edwards25519sha512batch/ref/sc25519_edwards25519sha512batch.c crypto_sign/edwards25519sha512batch/ref/sign_edwards25519sha512batch.c crypto_sign/edwards25519sha512batch/sign_edwards25519sha512batch_api.c
crypto_stream_src
:=
crypto_stream/aes128ctr/portable/afternm_aes128ctr.c crypto_stream/aes128ctr/portable/beforenm_aes128ctr.c crypto_stream/aes128ctr/portable/common_aes128ctr.c crypto_stream/aes128ctr/portable/consts_aes128ctr.c crypto_stream/aes128ctr/portable/int128_aes128ctr.c crypto_stream/aes128ctr/portable/stream_aes128ctr.c crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.c crypto_stream/aes128ctr/stream_aes128ctr_api.c crypto_stream/chacha20/ref/stream_chacha20_ref.c crypto_stream/chacha20/stream_chacha20_api.c crypto_stream/crypto_stream.c crypto_stream/salsa20/ref/stream_salsa20_ref.c crypto_stream/salsa20/ref/xor_salsa20_ref.c crypto_stream/salsa20/stream_salsa20_api.c crypto_stream/salsa2012/ref/stream_salsa2012.c crypto_stream/salsa2012/ref/xor_salsa2012.c crypto_stream/salsa2012/stream_salsa2012_api.c crypto_stream/salsa208/ref/stream_salsa208.c crypto_stream/salsa208/ref/xor_salsa208.c crypto_stream/salsa208/stream_salsa208_api.c crypto_stream/xsalsa20/ref/stream_xsalsa20.c crypto_stream/xsalsa20/ref/xor_xsalsa20.c crypto_stream/xsalsa20/stream_xsalsa20_api.c
crypto_verify_src
:=
crypto_verify/16/ref/verify_16.c crypto_verify/16/verify_16_api.c crypto_verify/32/ref/verify_32.c crypto_verify/32/verify_32_api.c crypto_verify/64/ref/verify_64.c crypto_verify/64/verify_64_api.c
randombytes_src
:=
randombytes/randombytes.c randombytes/salsa20/randombytes_salsa20_random.c randombytes/sysrandom/randombytes_sysrandom.c
sodium_src
:=
sodium/core.c sodium/runtime.c sodium/utils.c sodium/version.c
SODIUM_SOURCE
:=
$(crypto_aead_src)
$(crypto_auth_src)
$(crypto_box_src)
\
$(crypto_core_src)
$(crypto_generichash_src)
$(crypto_hash_src)
\
$(crypto_onetimeauth_src)
$(crypto_pwhash_src)
$(crypto_scalarmult_src)
\
$(crypto_secretbox_src)
$(crypto_shorthash_src)
$(crypto_sign_src)
\
$(crypto_stream_src)
$(crypto_verify_src)
$(randombytes_src)
$(sodium_src)
SODIUM_SOURCE
:=
\
crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c
\
crypto_auth/crypto_auth.c
\
crypto_auth/hmacsha256/auth_hmacsha256_api.c
\
crypto_auth/hmacsha256/cp/hmac_hmacsha256.c
\
crypto_auth/hmacsha256/cp/verify_hmacsha256.c
\
crypto_auth/hmacsha512/auth_hmacsha512_api.c
\
crypto_auth/hmacsha512/cp/hmac_hmacsha512.c
\
crypto_auth/hmacsha512/cp/verify_hmacsha512.c
\
crypto_auth/hmacsha512256/auth_hmacsha512256_api.c
\
crypto_auth/hmacsha512256/cp/hmac_hmacsha512256.c
\
crypto_auth/hmacsha512256/cp/verify_hmacsha512256.c
\
crypto_box/crypto_box.c
\
crypto_box/crypto_box_easy.c
\
crypto_box/crypto_box_seal.c
\
crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305_api.c
\
crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c
\
crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c
\
crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c
\
crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c
\
crypto_core/hsalsa20/ref2/core_hsalsa20.c
\
crypto_core/hsalsa20/core_hsalsa20_api.c
\
crypto_core/salsa20/ref/core_salsa20.c
\
crypto_core/salsa20/core_salsa20_api.c
\
crypto_generichash/crypto_generichash.c
\
crypto_generichash/blake2/generichash_blake2_api.c
\
crypto_generichash/blake2/ref/blake2-impl.h
\
crypto_generichash/blake2/ref/blake2.h
\
crypto_generichash/blake2/ref/blake2b-compress-ref.c
\
crypto_generichash/blake2/ref/blake2b-load-sse2.h
\
crypto_generichash/blake2/ref/blake2b-load-sse41.h
\
crypto_generichash/blake2/ref/blake2b-ref.c
\
crypto_generichash/blake2/ref/blake2b-round.h
\
crypto_generichash/blake2/ref/generichash_blake2b.c
\
crypto_hash/crypto_hash.c
\
crypto_hash/sha256/hash_sha256_api.c
\
crypto_hash/sha256/cp/hash_sha256.c
\
crypto_hash/sha512/hash_sha512_api.c
\
crypto_hash/sha512/cp/hash_sha512.c
\
crypto_onetimeauth/crypto_onetimeauth.c
\
crypto_onetimeauth/poly1305/onetimeauth_poly1305.c
\
crypto_onetimeauth/poly1305/onetimeauth_poly1305.h
\
crypto_onetimeauth/poly1305/donna/poly1305_donna.h
\
crypto_onetimeauth/poly1305/donna/poly1305_donna32.h
\
crypto_onetimeauth/poly1305/donna/poly1305_donna64.h
\
crypto_onetimeauth/poly1305/donna/poly1305_donna.c
\
crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c
\
crypto_pwhash/scryptsalsa208sha256/crypto_scrypt.h
\
crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c
\
crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c
\
crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.h
\
crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c
\
crypto_pwhash/scryptsalsa208sha256/sysendian.h
\
crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c
\
crypto_scalarmult/crypto_scalarmult.c
\
crypto_scalarmult/curve25519/scalarmult_curve25519.c
\
crypto_scalarmult/curve25519/scalarmult_curve25519.h
\
crypto_secretbox/crypto_secretbox.c
\
crypto_secretbox/crypto_secretbox_easy.c
\
crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305_api.c
\
crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c
\
crypto_shorthash/crypto_shorthash.c
\
crypto_shorthash/siphash24/shorthash_siphash24_api.c
\
crypto_shorthash/siphash24/ref/shorthash_siphash24.c
\
crypto_sign/crypto_sign.c
\
crypto_sign/ed25519/ref10/base.h
\
crypto_sign/ed25519/ref10/base2.h
\
crypto_sign/ed25519/sign_ed25519_api.c
\
crypto_sign/ed25519/ref10/d.h
\
crypto_sign/ed25519/ref10/d2.h
\
crypto_sign/ed25519/ref10/fe.h
\
crypto_sign/ed25519/ref10/fe_0.c
\
crypto_sign/ed25519/ref10/fe_1.c
\
crypto_sign/ed25519/ref10/fe_add.c
\
crypto_sign/ed25519/ref10/fe_cmov.c
\
crypto_sign/ed25519/ref10/fe_copy.c
\
crypto_sign/ed25519/ref10/fe_frombytes.c
\
crypto_sign/ed25519/ref10/fe_invert.c
\
crypto_sign/ed25519/ref10/fe_isnegative.c
\
crypto_sign/ed25519/ref10/fe_isnonzero.c
\
crypto_sign/ed25519/ref10/fe_mul.c
\
crypto_sign/ed25519/ref10/fe_neg.c
\
crypto_sign/ed25519/ref10/fe_pow22523.c
\
crypto_sign/ed25519/ref10/fe_sq.c
\
crypto_sign/ed25519/ref10/fe_sq2.c
\
crypto_sign/ed25519/ref10/fe_sub.c
\
crypto_sign/ed25519/ref10/fe_tobytes.c
\
crypto_sign/ed25519/ref10/ge.h
\
crypto_sign/ed25519/ref10/ge_add.c
\
crypto_sign/ed25519/ref10/ge_add.h
\
crypto_sign/ed25519/ref10/ge_double_scalarmult.c
\
crypto_sign/ed25519/ref10/ge_frombytes.c
\
crypto_sign/ed25519/ref10/ge_madd.c
\
crypto_sign/ed25519/ref10/ge_madd.h
\
crypto_sign/ed25519/ref10/ge_msub.c
\
crypto_sign/ed25519/ref10/ge_msub.h
\
crypto_sign/ed25519/ref10/ge_p1p1_to_p2.c
\
crypto_sign/ed25519/ref10/ge_p1p1_to_p3.c
\
crypto_sign/ed25519/ref10/ge_p2_0.c
\
crypto_sign/ed25519/ref10/ge_p2_dbl.c
\
crypto_sign/ed25519/ref10/ge_p2_dbl.h
\
crypto_sign/ed25519/ref10/ge_p3_0.c
\
crypto_sign/ed25519/ref10/ge_p3_dbl.c
\
crypto_sign/ed25519/ref10/ge_p3_to_cached.c
\
crypto_sign/ed25519/ref10/ge_p3_to_p2.c
\
crypto_sign/ed25519/ref10/ge_p3_tobytes.c
\
crypto_sign/ed25519/ref10/ge_precomp_0.c
\
crypto_sign/ed25519/ref10/ge_scalarmult_base.c
\
crypto_sign/ed25519/ref10/ge_sub.c
\
crypto_sign/ed25519/ref10/ge_sub.h
\
crypto_sign/ed25519/ref10/ge_tobytes.c
\
crypto_sign/ed25519/ref10/keypair.c
\
crypto_sign/ed25519/ref10/open.c
\
crypto_sign/ed25519/ref10/pow22523.h
\
crypto_sign/ed25519/ref10/pow225521.h
\
crypto_sign/ed25519/ref10/sc.h
\
crypto_sign/ed25519/ref10/sc_muladd.c
\
crypto_sign/ed25519/ref10/sc_reduce.c
\
crypto_sign/ed25519/ref10/sign.c
\
crypto_sign/ed25519/ref10/sqrtm1.h
\
crypto_stream/crypto_stream.c
\
crypto_stream/chacha20/stream_chacha20.c
\
crypto_stream/chacha20/stream_chacha20.h
\
crypto_stream/chacha20/ref/stream_chacha20_ref.h
\
crypto_stream/chacha20/ref/stream_chacha20_ref.c
\
crypto_stream/salsa20/stream_salsa20_api.c
\
crypto_stream/xsalsa20/stream_xsalsa20_api.c
\
crypto_stream/xsalsa20/ref/stream_xsalsa20.c
\
crypto_stream/xsalsa20/ref/xor_xsalsa20.c
\
crypto_verify/16/verify_16_api.c
\
crypto_verify/16/ref/verify_16.c
\
crypto_verify/32/verify_32_api.c
\
crypto_verify/32/ref/verify_32.c
\
crypto_verify/64/verify_64_api.c
\
crypto_verify/64/ref/verify_64.c
\
randombytes/randombytes.c
\
sodium/core.c
\
sodium/runtime.c
\
sodium/utils.c
\
sodium/version.c
SODIUM_SOURCE
+=
\
crypto_scalarmult/curve25519/ref10/curve25519_ref10.c
\
crypto_scalarmult/curve25519/ref10/curve25519_ref10.h
\
crypto_scalarmult/curve25519/ref10/fe.h
\
crypto_scalarmult/curve25519/ref10/fe_0_curve25519_ref10.c
\
crypto_scalarmult/curve25519/ref10/fe_1_curve25519_ref10.c
\
crypto_scalarmult/curve25519/ref10/fe_add_curve25519_ref10.c
\
crypto_scalarmult/curve25519/ref10/fe_copy_curve25519_ref10.c
\
crypto_scalarmult/curve25519/ref10/fe_cswap_curve25519_ref10.c
\
crypto_scalarmult/curve25519/ref10/fe_frombytes_curve25519_ref10.c
\
crypto_scalarmult/curve25519/ref10/fe_invert_curve25519_ref10.c
\
crypto_scalarmult/curve25519/ref10/fe_mul_curve25519_ref10.c
\
crypto_scalarmult/curve25519/ref10/fe_mul121666_curve25519_ref10.c
\
crypto_scalarmult/curve25519/ref10/fe_sq_curve25519_ref10.c
\
crypto_scalarmult/curve25519/ref10/fe_sub_curve25519_ref10.c
\
crypto_scalarmult/curve25519/ref10/fe_tobytes_curve25519_ref10.c
\
crypto_scalarmult/curve25519/ref10/montgomery.h
\
crypto_scalarmult/curve25519/ref10/pow225521.h
SODIUM_SOURCE
+=
\
crypto_stream/salsa20/ref/stream_salsa20_ref.c
\
crypto_stream/salsa20/ref/xor_salsa20_ref.c
SODIUM_SOURCE
+=
\
randombytes/sysrandom/randombytes_sysrandom.c
LOCAL_MODULE
:=
sodium
LOCAL_CFLAGS
+=
-O2
-I
$(LOCAL_PATH)
/shadowsocks-libev/libsodium/src/libsodium/include
\
-I
$(LOCAL_PATH)
/include
\
-I
$(LOCAL_PATH)
/include/sodium
\
-I
$(LOCAL_PATH)
/shadowsocks-libev/libsodium/src/libsodium/include/sodium
\
-DPACKAGE_NAME
=
\"
libsodium
\"
-DPACKAGE_TARNAME
=
\"
libsodium
\"
\
-DPACKAGE_VERSION
=
\"
1.0.
1
\"
-DPACKAGE_STRING
=
\"
libsodium
\
1.0.1
\"
\
-DPACKAGE_VERSION
=
\"
1.0.
7
\"
-DPACKAGE_STRING
=
\"
libsodium
\
1.0.7
\"
\
-DPACKAGE_BUGREPORT
=
\"
https://github.com/jedisct1/libsodium/issues
\"
\
-DPACKAGE_URL
=
\"
https://github.com/jedisct1/libsodium
\"
\
-DPACKAGE
=
\"
libsodium
\"
-DVERSION
=
\"
1.0.
1
\"
-DSTDC_HEADERS
=
1
\
-DPACKAGE
=
\"
libsodium
\"
-DVERSION
=
\"
1.0.
7
\"
-DSTDC_HEADERS
=
1
\
-DHAVE_SYS_TYPES_H
=
1
-DHAVE_SYS_STAT_H
=
1
-DHAVE_STDLIB_H
=
1
\
-DHAVE_STRING_H
=
1
-DHAVE_MEMORY_H
=
1
-DHAVE_STRINGS_H
=
1
\
-DHAVE_INTTYPES_H
=
1
-DHAVE_STDINT_H
=
1
-DHAVE_UNISTD_H
=
1
\
-D__EXTENSIONS__
=
1
-D_ALL_SOURCE
=
1
-D_GNU_SOURCE
=
1
\
-D_POSIX_PTHREAD_SEMANTICS
=
1
-D_TANDEM_SOURCE
=
1
\
-DHAVE_DLFCN_H
=
1
-DLT_OBJDIR
=
\"
.libs/
\"
-DHAVE_MMINTRIN_H
=
1
\
-DHAVE_EMMINTRIN_H
=
1
-DHAVE_PMMINTRIN_H
=
1
-DHAVE_TMMINTRIN_H
=
1
\
-DHAVE_DLFCN_H
=
1
-DLT_OBJDIR
=
\"
.libs/
\"
\
-DHAVE_SYS_MMAN_H
=
1
-DNATIVE_LITTLE_ENDIAN
=
1
\
-DHAVE_WEAK_SYMBOLS
=
1
-DHAVE_ARC4RANDOM
=
1
-DHAVE_ARC4RANDOM_BUF
=
1
\
-DHAVE_MLOCK
=
1
-DHAVE_MPROTECT
=
1
-DHAVE_POSIX_MEMALIGN
=
1
...
...
@@ -256,6 +386,7 @@ LOCAL_MODULE := ss-local
LOCAL_SRC_FILES
:=
$(
addprefix
shadowsocks-libev/src/,
$(SHADOWSOCKS_SOURCES)
)
LOCAL_CFLAGS
:=
-Wall
-O2
-fno-strict-aliasing
-DMODULE_LOCAL
\
-DUSE_CRYPTO_OPENSSL
-DANDROID
-DHAVE_CONFIG_H
\
-I
$(LOCAL_PATH)
/include
\
-I
$(LOCAL_PATH)
/libev
\
-I
$(LOCAL_PATH)
/libancillary
\
-I
$(LOCAL_PATH)
/openssl/include
\
...
...
@@ -285,6 +416,7 @@ LOCAL_CFLAGS := -Wall -O2 -fno-strict-aliasing -DMODULE_TUNNEL \
-DUSE_CRYPTO_OPENSSL
-DANDROID
-DHAVE_CONFIG_H
-DSSTUNNEL_JNI
\
-I
$(LOCAL_PATH)
/libev
\
-I
$(LOCAL_PATH)
/libancillary
\
-I
$(LOCAL_PATH)
/include
\
-I
$(LOCAL_PATH)
/shadowsocks-libev/libudns
\
-I
$(LOCAL_PATH)
/shadowsocks-libev/libcork/include
\
-I
$(LOCAL_PATH)
/shadowsocks-libev/libsodium/src/libsodium/include
\
...
...
shadowsocks-libev
@
72ea070b
Subproject commit
596f03665b1b07557cf22ac10459375bf8f9a90b
Subproject commit
72ea070b1d0f39fd958a912bb6b1aa669ecc6962
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment