Searched refs:android_ndk (Results 1 – 11 of 11) sorted by relevance
/third_party/openssl/Configurations/ |
D | 15-android.conf | 9 my $android_ndk = {}; 19 sub android_ndk { 20 unless (%$android_ndk) { 22 return $android_ndk = { bn_ops => "BN_AUTO" }; 161 $android_ndk = { 169 return $android_ndk; 187 cflags => add(sub { android_ndk()->{cflags} }), function 188 cppflags => add(sub { android_ndk()->{cppflags} }), function 189 cxxflags => add(sub { android_ndk()->{cflags} }), function 190 bn_ops => sub { android_ndk()->{bn_ops} }, function
|
/third_party/flutter/skia/tools/skqp/ |
D | make_universal_apk.py | 76 android_ndk, argument 84 assert os.path.exists(android_ndk) 148 gn_args = [android_ndk, '--arch', arch] 218 android_ndk = os.path.abspath(os.environ['ANDROID_NDK']) 221 for k, v in [('ANDROID_NDK', android_ndk), 230 android_ndk,
|
/third_party/skia/tools/skqp/ |
D | skqp_gn_args.py | 22 def GetGNArgs(arch, android_ndk, debug, api_level): argument 27 'ndk': gn_quote(android_ndk),
|
D | create_apk.py | 165 env_copy['ANDROID_NDK_HOME'] = opts.android_ndk 204 self.android_ndk = os.path.abspath(os.environ['ANDROID_NDK']) 218 return skqp_gn_args.GetGNArgs(arch, self.android_ndk, self.debug, 26) 221 for k, v in [('ANDROID_NDK', self.android_ndk),
|
/third_party/skia/third_party/externals/angle2/ |
D | .gitignore | 36 /third_party/android_ndk
|
D | DEPS | 237 'third_party/android_ndk': { 238 'url': '{chromium_git}/android_ndk.git@401019bf85744311b26c88ced255cd53401af8b7',
|
/third_party/flutter/skia/third_party/externals/angle2/doc/ |
D | DebuggingTips.md | 188 export ANDROID_NDK=$HOME/chromium/src/third_party/android_ndk 189 export ANDROID_NDK_HOME=$HOME/chromium/src/third_party/android_ndk
|
/third_party/node/deps/zlib/ |
D | BUILD.gn | 101 "//third_party/android_ndk:cpu_features",
|
/third_party/skia/third_party/externals/zlib/ |
D | BUILD.gn | 339 deps += [ "${skia_third_party_dir}/android_ndk:cpu_features" ]
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | DebuggingTips.md | 263 export ANDROID_NDK=$HOME/chromium/src/third_party/android_ndk 264 export ANDROID_NDK_HOME=$HOME/chromium/src/third_party/android_ndk
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 257232 - deps += [ "//third_party/android_ndk:cpu_features" ] 257237 + deps += [ "//third_party/android_ndk:cpu_features" ]
|