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

  /build/soong/scripts/
setup_go_workspace_for_soong.sh 12 ANDROID_PATH="${PWD}"
38 bindOne "${ANDROID_PATH}/build/blueprint" "${OUTPUT_PATH}/src/github.com/google/blueprint"
39 bindOne "${ANDROID_PATH}/build/soong" "${OUTPUT_PATH}/src/android/soong"
41 bindOne "${ANDROID_PATH}/art/build" "${OUTPUT_PATH}/src/android/soong/art"
42 bindOne "${ANDROID_PATH}/external/llvm/soong" "${OUTPUT_PATH}/src/android/soong/llvm"
43 bindOne "${ANDROID_PATH}/external/clang/soong" "${OUTPUT_PATH}/src/android/soong/clang"
  /frameworks/rs/
build_rs.py 33 def android_path(*args): function
42 top_out = ORIG_ENV.get('OUT_DIR', android_path('out'))
87 android_path('out/target/common/obj/JAVA_LIBRARIES/' +
91 ['make', jobs_arg] + targets, cwd=android_path(), env=env)
132 mingw_dir = android_path(
204 headers_src = android_path('external/clang/lib/Headers')
213 install_file(android_path('bionic/libc/include/stdatomic.h'), headers_dst)
275 headers_src = android_path('frameworks/rs/script_api/include')
280 headers_src = android_path('frameworks/rs/cpp/util')
283 install_file(android_path('frameworks/rs/rsDefines.h'), headers_dst_base
    [all...]
update-prebuilts.py 35 def android_path(*args): function
142 prebuilt_dir = android_path('prebuilts/renderscript/host', host_tag)
  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_wrapper_devicetest.py 103 android_path = self._adb.Shell('pm path android')
105 android_path = None
106 if android_path and 'package:' in android_path:
  /external/clang/
build.py 56 def android_path(*args): function
189 cwd=android_path(), env=env)
303 script_path = android_path(
354 tools_dir = android_path('external/clang/tools')
370 headers_src = android_path('external/clang/lib/Headers')
379 install_file(android_path('bionic/libc/include/stdatomic.h'), headers_dst)
465 headers_src = android_path('external/compiler-rt/include/sanitizer')
569 project_path = android_path('external', project)
610 wrapper_dir = android_path('external/clang')
672 logger().info('chdir %s', android_path())
    [all...]
update-prebuilts.py 35 def android_path(*args): function
138 prebuilt_dir = android_path('prebuilts/clang/host', host_tag)
  /development/ndk/
unify_all.py 49 def android_path(*args): function
152 libc_path = android_path('bionic/libc')
  /external/flatbuffers/android/
build_apk.sh 150 local android_path=
155 android_path="${path}"
159 if [[ "${android_path}" == "" ]]; then
171 "${android_path}" "$@"
  /external/flatbuffers/samples/android/
build_apk.sh 150 local android_path=
155 android_path="${path}"
159 if [[ "${android_path}" == "" ]]; then
171 "${android_path}" "$@"

Completed in 993 milliseconds