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