Home
last modified time | relevance | path

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

/frameworks/rs/
Dbuild_rs.py32 def android_path(*args): function
41 top_out = ORIG_ENV.get('OUT_DIR', android_path('out'))
85 android_path('out/target/common/obj/JAVA_LIBRARIES/' +
89 ['build/soong/soong_ui.bash', '--make-mode'] + targets, cwd=android_path(), env=env)
130 mingw_dir = android_path(
202 headers_src = android_path('external/clang/lib/Headers')
211 install_file(android_path('bionic/libc/include/stdatomic.h'), headers_dst)
273 headers_src = android_path('frameworks/rs/script_api/include')
278 headers_src = android_path('frameworks/rs/cpp/util')
281 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)