mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Add separate no-PIE binaries for older devices or they segfault.
This commit is contained in:
parent
91f7bd9cf2
commit
d1a01da8e8
16 changed files with 4 additions and 2 deletions
|
@ -17,8 +17,9 @@ module.exports = syrup.serial()
|
|||
var resources = {
|
||||
bin: {
|
||||
src: pathutil.vendor(util.format(
|
||||
'minirev/%s/minirev'
|
||||
'minirev/%s/minirev%s'
|
||||
, properties['ro.product.cpu.abi']
|
||||
, properties['ro.build.version.sdk'] < 16 ? '-nopie' : ''
|
||||
))
|
||||
, dest: '/data/local/tmp/minirev'
|
||||
, comm: 'minirev'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue