Closed
Description
The current builder cross-compiles the test binaries, runs the compiled binaries on the device, and parses the output of them. This does not work for android-L that requires PIE and refuses to run the test binaries with the following error message.
"only position independent executables (PIE) are supported."
Probably related to : #6940