Skip to content

Commit

Permalink
Add ARM sepolicy-inject-v2 for make-zip (else binary is x86...)
Browse files Browse the repository at this point in the history
  • Loading branch information
phhusson committed Sep 7, 2016
1 parent 98ae684 commit 1097534
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added libs/armeabi/sepolicy-inject-v2
Binary file not shown.
2 changes: 1 addition & 1 deletion make-zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ done
#Do not include x86
rm $zipfolder/scripts/bin/futility-x86

for i in bootimg-repack bootimg-extract sepolicy-inject strip-cpio;do
for i in bootimg-repack bootimg-extract sepolicy-inject strip-cpio sepolicy-inject-v2;do
cp libs/armeabi/$i $zipfolder/scripts/bin/
done
git rev-parse --short HEAD > $zipfolder/scripts/gitversion
Expand Down

0 comments on commit 1097534

Please sign in to comment.