Skip to content

Commit 0320e03

Browse files
authored
Delete libatv_uinputbridge.so
The precompiled image has broken `libatv_uinputbridge.so` which is not rebuilt.
1 parent 9d8878a commit 0320e03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ node('digitalocean && ubuntu-16.04 && 8gb && android-6.0') {
3434
wrap([$class: 'AnsiColorBuildWrapper', colorMapName: 'xterm']) {
3535
stage 'Prepare'
3636
sh 'rm -f *.gz'
37+
sh "find out/target/product/tulip-chiphd -name 'libatv_uinputbridge.so' -delete"
3738

3839
stage 'Sources'
3940
sh '''#!/bin/bash

0 commit comments

Comments
 (0)