Home | History | Annotate | Download | only in rs

Lines Matching full:android_path

33 def android_path(*args):
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)
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)