Home
last modified time | relevance | path

Searched refs:android_path (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/
Dbuild_rs.py33 def android_path(*args): function
42 top_out = ORIG_ENV.get('OUT_DIR', android_path('out'))
88 android_path('out/target/common/obj/JAVA_LIBRARIES/' +
92 ['make', jobs_arg] + targets, cwd=android_path(), env=env)
133 mingw_dir = android_path(
205 headers_src = android_path('external/clang/lib/Headers')
214 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 …]
Dupdate-prebuilts.py35 def android_path(*args): function
142 prebuilt_dir = android_path('prebuilts/renderscript/host', host_tag)