HomeSort by relevance Sort by last modified time
    Searched refs:android_build_top (Results 1 - 10 of 10) sorted by null

  /external/libcxx/utils/libcxx/android/
build.py 5 def mm(path, android_build_top):
10 'make', '-C', android_build_top, '-f', 'build/core/main.mk',
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/
build.py 5 def mm(path, android_build_top):
10 'make', '-C', android_build_top, '-f', 'build/core/main.mk',
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/android/
build.py 5 def mm(path, android_build_top):
10 'make', '-C', android_build_top, '-f', 'build/core/main.mk',
  /test/vts/testcases/template/host_binary_test/
host_binary_test.py 44 android_build_top = os.getenv("ANDROID_BUILD_TOP", "")
46 android_build_top,
47 "$ANDROID_BUILD_TOP is not set. Please run lunch <build target>")
51 binary_path = os.path.join(android_build_top, binary_test_source)
  /development/vndk/tools/vtable-dumper/tests/
test_vndk_vtable_dumper.py 49 def get_prebuilts_gcc(android_build_top, arch, gcc_version):
51 return os.path.join(android_build_top, 'prebuilts', 'gcc',
54 def get_prebuilts_clang(android_build_top):
56 return os.path.join(android_build_top, 'prebuilts', 'clang', 'host',
59 def get_prebuilts_ndk(android_build_top, subdirs):
61 return os.path.join(android_build_top, 'prebuilts', 'ndk', NDK_VERSION,
234 # Find ${ANDROID_BUILD_TOP}.
235 if args.android_build_top:
236 android_build_top = args.android_build_top
    [all...]
  /external/icu/tools/
updateicudata.py 14 android_build_top = i18nutil.GetAndroidRootOrDie() variable
15 icu_dir = os.path.realpath('%s/external/icu' % android_build_top)
update-tzdata.py 25 android_build_top = i18nutil.GetAndroidRootOrDie() variable
26 bionic_dir = os.path.realpath('%s/bionic' % android_build_top)
29 tools_dir = '%s/external/icu/tools' % android_build_top
  /external/ltp/android/tools/
check_success_build.py 141 def __init__(self, android_build_top, ltp_dir, target_product):
142 self._output_dir = android_build_top + '/out/target/product/' + \
188 '--android_build_top',
189 dest='android_build_top',
205 checker = LtpModuleChecker(args.android_build_top, args.ltp_dir,
  /art/runtime/
common_runtime_test.cc 226 // Build it from ANDROID_BUILD_TOP or cwd
228 const char* android_build_top = getenv("ANDROID_BUILD_TOP"); local
229 if (android_build_top != nullptr) {
230 root += android_build_top;
234 setenv("ANDROID_BUILD_TOP", cwd, 1);
286 // ${ANDROID_BUILD_TOP}/${subdir1}/${subdir2}-${version}/${subdir3}/bin/
291 const char* android_build_top = getenv("ANDROID_BUILD_TOP"); local
292 if (android_build_top != nullptr)
    [all...]
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 107 self.android_build_top = os.getenv('ANDROID_BUILD_TOP', None)
108 if not self.android_build_top:
109 raise gdb.GdbError("Unable to read ANDROID_BUILD_TOP. " \
112 self.adb_path = os.path.join(self.android_build_top,
478 gdbserver_local_path = os.path.join(os.getenv('ANDROID_BUILD_TOP'),
632 script_root = os.path.join(os.getenv('ANDROID_BUILD_TOP'), \

Completed in 630 milliseconds