Searched defs:android_ndk (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/openssl/openssl/Configurations/ |
D | 15-android.conf | 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/openssl/Configurations/ |
D | 15-android.conf | 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/skia/tools/skqp/ |
D | skqp_gn_args.py | 22 def GetGNArgs(arch, android_ndk, debug, api_level): argument
|