tests: Update build-kitkat with invocation example

* To help convey my intent
This commit is contained in:
Kyle Manna 2014-11-16 09:58:50 -08:00
parent 723adaac52
commit 44a375fd27

View File

@ -2,6 +2,10 @@
#
# Test script file that maps itself into a docker container and runs
#
# Example invocation:
#
# $ AOSP_VOL=$PWD/build ./build-kitkat.sh
#
set -ex
if [ "$1" = "docker" ]; then