Home
last modified time | relevance | path

Searched refs:sdk_path (Results 1 – 25 of 31) sorted by relevance

12

/aosp_15_r20/external/bazelbuild-rules_android/test/rules/android_sdk_repository/
H A Dtest_lib.sh39 local sdk_path="$(create_android_sdk_basic)"
44 path = "${sdk_path}",
66 local sdk_path="$(create_android_sdk_basic)"
72 path = "${sdk_path}",
82 local sdk_path="$(create_android_sdk_basic)"
91 export ANDROID_HOME="${sdk_path}"
114 local sdk_path="$(create_android_sdk)"
115 add_platforms "${sdk_path}" 31
116 add_build_tools "${sdk_path}" 10.1.2 20.2.3 30.3.4
122 path = "${sdk_path}",
[all …]
H A Dandroid_helper.sh84 local sdk_path="${1}"
89 local dir="${sdk_path}/platforms/android-${level}"
94 local system_image_dir="${sdk_path}/system-images/android-${level}"
101 local sdk_path="${1}"
106 local dir="${sdk_path}/build-tools/${version}"
119 local sdk_path="$(create_android_sdk)"
120 add_platforms "${sdk_path}" 31
121 add_build_tools "${sdk_path}" 30.0.3
122 echo "${sdk_path}"
/aosp_15_r20/tools/asuite/aidegen/sdk/
H A Dandroid_sdk.py226 def path_analysis(self, sdk_path): argument
239 if self.is_android_sdk_path(sdk_path):
241 sdk_path = input(common_util.COLORED_FAIL(
242 self._ENTER_ANDROID_SDK_PATH.format(sdk_path)))
243 if not sdk_path:
/aosp_15_r20/cts/hostsidetests/theme/
H A Dgenerate_images.py182 sdk_path = os.environ['ANDROID_SDK_ROOT']
183 if not os.path.isdir(sdk_path):
184 print("Failed to find Android SDK at ANDROID_SDK_ROOT: %s" % sdk_path)
187 emu_path = os.path.join(os.path.join(sdk_path, 'tools'), 'emulator')
189 print("Failed to find emulator within ANDROID_SDK_ROOT: %s" % sdk_path)
/aosp_15_r20/external/bazelbuild-rules_android/
H A Dandroid_sdk_supplemental_repository.bzl36 sdk_path = ctx.attr.path or ctx.os.environ.get("ANDROID_HOME", None)
37 if not sdk_path:
42 build_tools_dirs = ctx.path(sdk_path + "/build-tools").readdir()
47 sdk_path + "/build-tools/" + highest_build_tool_version,
/aosp_15_r20/external/angle/build/mac/
H A Dfind_sdk.py87 sdk_path = os.path.join(sdk_dir, sdk_name)
90 print(sdk_path)
97 system_version_plist = os.path.join(sdk_path,
/aosp_15_r20/external/cronet/build/mac/
H A Dfind_sdk.py87 sdk_path = os.path.join(sdk_dir, sdk_name)
90 print(sdk_path)
97 system_version_plist = os.path.join(sdk_path,
/aosp_15_r20/external/clang/utils/perf-training/
H A Dlit.cfg17 sdk_path = out
18 lit_config.note('using SDKROOT: %r' % sdk_path)
19 return '-isysroot %s' % sdk_path
H A Dorder-files.lit.cfg18 sdk_path = out
19 lit_config.note('using SDKROOT: %r' % sdk_path)
20 return '-isysroot %s' % sdk_path
/aosp_15_r20/external/libcxx/utils/libcxx/test/
H A Dtarget_info.py136 sdk_path = out.strip()
137 self.full_config.lit_config.note('using SDKROOT: %r' % sdk_path)
138 assert isinstance(sdk_path, str)
139 flags += ["-isysroot", sdk_path]
/aosp_15_r20/external/toolchain-utils/rust_tools/
H A Dcopy_rust_bootstrap.py39 def determine_target_path(sdk_path: str) -> str:
42 if not sdk_path.startswith(gs_prefix):
45 file_name = Path(sdk_path[len(gs_prefix) :]).name
/aosp_15_r20/external/llvm/utils/lit/lit/
H A Dutil.py253 sdk_path = out
254 lit_config.note('using SDKROOT: %r' % sdk_path)
255 config.environment['SDKROOT'] = sdk_path
/aosp_15_r20/external/cronet/build/toolchain/ios/
H A Dswiftc.py376 args.sdk_path,
441 swift_toolchain_path = os.path.join(os.path.dirname(args.sdk_path),
474 if os.path.islink(args.sdk_path):
475 xcode_links = os.path.dirname(args.sdk_path)
/aosp_15_r20/external/angle/build/toolchain/apple/
H A Dswiftc.py376 args.sdk_path,
448 swift_toolchain_path = os.path.join(os.path.dirname(args.sdk_path),
481 if os.path.islink(args.sdk_path):
482 xcode_links = os.path.dirname(args.sdk_path)
/aosp_15_r20/external/pigweed/pw_toolchain_bazel/features/macos/private/
H A Dxcode_command_line_tools.bzl53 sdk_path = xcrun_result.stdout.replace("\n", "")
55 "XCODE_SDK_PATH = \"{}\"".format(sdk_path),
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/Platform/
DDarwin-Initialize.cmake148 function(_apple_resolve_supported_archs_for_sdk_from_system_lib sdk_path ret ret_failed)
150 set(common_lib_prefix "${sdk_path}/usr/lib/libSystem")
222 message(WARNING "No way to find architectures for given sdk_path '${sdk_path}'")
/aosp_15_r20/system/extras/simpleperf/scripts/
H A Dsimpleperf_utils.py169 sdk_path = os.path.join(home, cls.DEFAULT_SDK_PATH[platform].replace('/', os.sep))
170 if os.path.isdir(sdk_path):
171 path = os.path.join(sdk_path, 'ndk')
180 yield os.path.join(path, ndk_version), sdk_path
181 ndk_path = os.path.join(sdk_path, 'ndk-bundle')
183 yield ndk_path, sdk_path
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/
DXcodeSDK.h85 static bool SDKSupportsModules(Type desired_type, const FileSpec &sdk_path);
/aosp_15_r20/external/angle/build/android/gradle/
H A Dgenerate_gradle.py903 if not os.path.exists(args.sdk_path):
906 shutil.copytree(_RebasePath(build_vars['android_sdk_root']), args.sdk_path)
909 _GenerateLocalProperties(args.sdk_path))
/aosp_15_r20/external/cronet/build/android/gradle/
H A Dgenerate_gradle.py903 if not os.path.exists(args.sdk_path):
906 shutil.copytree(_RebasePath(build_vars['android_sdk_root']), args.sdk_path)
909 _GenerateLocalProperties(args.sdk_path))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/
DXcodeSDK.h87 static bool SDKSupportsModules(Type desired_type, const FileSpec &sdk_path);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/
DXcodeSDK.h87 static bool SDKSupportsModules(Type desired_type, const FileSpec &sdk_path);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/
DXcodeSDK.h87 static bool SDKSupportsModules(Type desired_type, const FileSpec &sdk_path);
/aosp_15_r20/external/cronet/build/config/win/
H A Dvisual_studio_version.gni32 windows_sdk_path = toolchain_data.sdk_path
/aosp_15_r20/external/angle/build/config/win/
H A Dvisual_studio_version.gni32 windows_sdk_path = toolchain_data.sdk_path

12