tests: Update build-kitkat with invocation example
* To help convey my intent
This commit is contained in:
parent
723adaac52
commit
44a375fd27
@ -2,6 +2,10 @@
|
|||||||
#
|
#
|
||||||
# Test script file that maps itself into a docker container and runs
|
# Test script file that maps itself into a docker container and runs
|
||||||
#
|
#
|
||||||
|
# Example invocation:
|
||||||
|
#
|
||||||
|
# $ AOSP_VOL=$PWD/build ./build-kitkat.sh
|
||||||
|
#
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
if [ "$1" = "docker" ]; then
|
if [ "$1" = "docker" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user