File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2828 aosp_url=" https://raw.githubusercontent.com/kylemanna/docker-aosp/master/utils/aosp"
2929 args=" run.sh docker"
3030 export AOSP_EXTRA_ARGS=" -v $( cd $( dirname $0 ) && pwd -P) /$( basename $0 ) :/usr/local/bin/run.sh:ro"
31+ export AOSP_IMAGE=" kylemanna/aosp:4.4-kitkat"
3132
3233 #
3334 # Try to invoke the aosp wrapper with the following priority:
Original file line number Diff line number Diff line change 2525 args=" run.sh docker"
2626 export AOSP_EXTRA_ARGS=" -v $( cd $( dirname $0 ) && pwd -P) /$( basename $0 ) :/usr/local/bin/run.sh:ro"
2727 export AOSP_VOL=/vol1
28- export AOSP_IMAGE=aosp
28+ export AOSP_IMAGE=" kylemanna/ aosp:4.4-kitkat "
2929
3030 [ -n " $TEST_URL " ] && AOSP_EXTRA_ARGS+=" -e TEST_URL=$TEST_URL "
3131 [ -n " $TEST_BRANCH " ] && AOSP_EXTRA_ARGS+=" -e TEST_BRANCH=$TEST_BRANCHcY "
You can’t perform that action at this time.
0 commit comments