Lines Matching refs:android_path
32 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)
282 …install_file(android_path('frameworks/rs/cpp/RenderScript.h'), os.path.join(headers_dst_base, 'cpp…
283 …install_file(android_path('frameworks/rs/cpp/rsCppStructs.h'), os.path.join(headers_dst_base, 'cpp…
298 project_path = android_path(project)