Home
last modified time | relevance | path

Searched refs:android_ndk (Results 1 – 11 of 11) sorted by relevance

/third_party/openssl/Configurations/
D15-android.conf9 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/
Dmake_universal_apk.py76 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/
Dskqp_gn_args.py22 def GetGNArgs(arch, android_ndk, debug, api_level): argument
27 'ndk': gn_quote(android_ndk),
Dcreate_apk.py165 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.gitignore36 /third_party/android_ndk
DDEPS237 'third_party/android_ndk': {
238 'url': '{chromium_git}/android_ndk.git@401019bf85744311b26c88ced255cd53401af8b7',
/third_party/flutter/skia/third_party/externals/angle2/doc/
DDebuggingTips.md188 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/
DBUILD.gn101 "//third_party/android_ndk:cpu_features",
/third_party/skia/third_party/externals/zlib/
DBUILD.gn339 deps += [ "${skia_third_party_dir}/android_ndk:cpu_features" ]
/third_party/skia/third_party/externals/angle2/doc/
DDebuggingTips.md263 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/
D0003-ohos-1115.patch257232 - deps += [ "//third_party/android_ndk:cpu_features" ]
257237 + deps += [ "//third_party/android_ndk:cpu_features" ]