HomeSort by: relevance | last modified time | path
    Searched refs:android_ndk (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/Configurations/
15-android.conf 9 my $android_ndk = {};
20 sub android_ndk {
21 unless (%$android_ndk) {
23 return $android_ndk = { bn_ops => "BN_AUTO" };
28 foreach (qw(ANDROID_NDK_ROOT ANDROID_NDK)) {
162 $android_ndk = {
170 return $android_ndk;
188 cflags => add(sub { android_ndk()->{cflags} }),
189 cppflags => add(sub { android_ndk()->{cppflags} }),
190 cxxflags => add(sub { android_ndk()->{cflags} })
    [all...]
  /src/crypto/external/bsd/openssl/dist/Configurations/
15-android.conf 9 my $android_ndk = {};
19 sub android_ndk {
20 unless (%$android_ndk) {
22 return $android_ndk = { bn_ops => "BN_AUTO" };
27 foreach (qw(ANDROID_NDK_ROOT ANDROID_NDK)) {
161 $android_ndk = {
169 return $android_ndk;
187 cflags => add(sub { android_ndk()->{cflags} }),
188 cppflags => add(sub { android_ndk()->{cppflags} }),
189 cxxflags => add(sub { android_ndk()->{cflags} })
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/Configurations/
15-android.conf 9 my $android_ndk = {};
19 sub android_ndk {
20 unless (%$android_ndk) {
22 return $android_ndk = { bn_ops => "BN_AUTO" };
27 foreach (qw(ANDROID_NDK_HOME ANDROID_NDK)) {
161 $android_ndk = {
169 return $android_ndk;
187 cflags => add(sub { android_ndk()->{cflags} }),
188 cppflags => add(sub { android_ndk()->{cppflags} }),
189 cxxflags => add(sub { android_ndk()->{cflags} })
    [all...]

Completed in 23 milliseconds