Skip to content

Commit 60f35c2

Browse files
committed
kitkat: Pull kitkat Docker tag
* Pull the correct docker tag
1 parent 5aa929c commit 60f35c2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/build-kitkat.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ else
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:

tests/sync-kitkat.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ else
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"

0 commit comments

Comments
 (0)