Home
last modified time | relevance | path

Searched defs:android_ndk (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/openssl/openssl/Configurations/
D15-android.conf187 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/openssl/Configurations/
D15-android.conf187 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/skia/tools/skqp/
Dskqp_gn_args.py22 def GetGNArgs(arch, android_ndk, debug, api_level): argument