From 44a375fd272f7e48e7b510b7d20655c8ad064067 Mon Sep 17 00:00:00 2001 From: Kyle Manna Date: Sun, 16 Nov 2014 09:58:50 -0800 Subject: [PATCH] tests: Update build-kitkat with invocation example * To help convey my intent --- tests/build-kitkat.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/build-kitkat.sh b/tests/build-kitkat.sh index 93aecbc..87a2a3f 100755 --- a/tests/build-kitkat.sh +++ b/tests/build-kitkat.sh @@ -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