HomeSort by relevance Sort by last modified time
    Searched full:android_path (Results 1 - 9 of 9) sorted by null

  /ndk/build/lib/
build_support.py 108 def android_path(*args): function
119 return android_path(prebuilt_ndk, sysroot_subpath)
123 return android_path('ndk', *args)
127 return android_path('toolchain', *args)
149 build_env['NDK_BUILDTOOLS_PATH'] = android_path('ndk/build/tools')
162 return _get_dir_from_env(android_path('out'), 'OUT_DIR')
  /external/clang/
build.py 34 def android_path(*args): function
42 top_out = ORIG_ENV.get('OUT_DIR', android_path('out'))
105 ['make', jobs_arg] + overrides + targets, cwd=android_path(), env=env)
191 script_path = android_path(
240 tools_dir = android_path('external/clang/tools')
256 headers_src = android_path('external/clang/lib/Headers')
265 install_file(android_path('bionic/libc/include/stdatomic.h'), headers_dst)
325 headers_src = android_path('external/compiler-rt/include/sanitizer')
389 project_path = android_path('external', project)
update-prebuilts.py 35 def android_path(*args): function
120 prebuilt_dir = android_path('prebuilts/clang/host', host_tag)
  /ndk/
checkbuild.py 117 subprocess.check_call([build_support.android_path(script)] + args)
126 _invoke_build(build_support.android_path(script), args)
275 system_path = build_support.android_path(system_subdir)
312 license_path = build_support.android_path(
468 build_support.android_path('toolchain/gdb/gdb-7.10/COPYING'),
472 build_support.android_path(
476 build_support.android_path('toolchain/yasm/COPYING'),
477 build_support.android_path('toolchain/yasm/BSD.txt'),
478 build_support.android_path('toolchain/yasm/Artistic.txt'),
479 build_support.android_path('toolchain/yasm/GNU_GPL-2.0')
    [all...]
  /ndk/build/tools/
build-gcc.py 39 prebuilt_path = os.path.join(build_support.android_path(),
build-llvm.py 30 prebuilt_path = os.path.join(build_support.android_path(),
package.py 135 for platform_dir in os.listdir(build_support.android_path(platforms_path)):
  /system/core/adb/
adb_auth_host.cpp 50 #define ANDROID_PATH ".android"
296 OS_PATH_SEPARATOR, ANDROID_PATH);
  /ndk/sources/cxx-stl/llvm-libc++/
build.py 50 prebuilt_ndk = build_support.android_path('prebuilts/ndk/current')

Completed in 977 milliseconds