jangrewe / gitlab-ci-android

GitLab CI image for building Android apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not build app that uses RenderScript

roffel opened this issue · comments

Hi,

Thanks for maintaining this nifty docker image! I am currently trying to build an app that contains a RenderScript. Maybe I am configuring something wrong but I get the following error in my pipeline:

149 > Task :core:compileDebugRenderscript FAILED
[....]
154 FAILURE: Build failed with an exception.
155 * What went wrong:
156 Execution failed for task ':core:compileDebugRenderscript'.
157 > com.android.ide.common.process.ProcessException: Error while executing process /sdk/build-tools/29.0.2/llvm-rs-cc with arguments {-I /sdk/build-tools/29.0.2/renderscript/include/ -I /sdk/build-tools/29.0.2/renderscript/clang-include/ -p **project_dir_removed_because_of_secrecy**/build/generated/renderscript_source_output_dir/debug/out -target-api 28 **project_dir_removed_because_of_secrecy**/src/main/rs/rotate90_270.rs /**project_dir_removed_because_of_secrecy**/src/main/rs/yuv420888.rs -O 3 -o /builds/**project_dir_removed_because_of_secrecy**/build/generated/res/rs/debug/raw}

Do you know how I can resolve this issue?

any progress on this