OSDN Git Service

am a24d452a: Merge "bionic libc test: clean up tests for getgrouplist"
[android-x86/system-extras.git] / verity / boot_signer
1 #! /bin/sh
2
3 # Start-up script for BootSigner
4
5 BOOTSIGNER_HOME=`dirname "$0"`
6 BOOTSIGNER_HOME=`dirname "$BOOTSIGNER_HOME"`
7
8 java -Xmx512M -jar "$BOOTSIGNER_HOME"/framework/BootSignature.jar "$@"