File tree 1 file changed +0
-8
lines changed
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 40
40
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
41
41
- uses : actions/checkout@v1
42
42
43
- # Sets up the NDK required by AGP 3.6.x
44
- - name : Setup NDK
45
- run : sudo $ANDROID_HOME/tools/bin/sdkmanager 'ndk;20.0.5594570'
46
-
47
43
# Use Java 8
48
44
- uses : actions/setup-java@v1
49
45
with :
70
66
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
71
67
- uses : actions/checkout@v1
72
68
73
- # Sets up the NDK required by AGP 3.6.x
74
- - name : Setup NDK
75
- run : sudo $ANDROID_HOME/tools/bin/sdkmanager 'ndk;20.0.5594570'
76
-
77
69
# Patch issue in platform-tools 31.0.3 where platform-tools/api/api-versions.xml is missing (see https://issuetracker.google.com/issues/195445762)
78
70
- name : Patch api-versions
79
71
run : sudo test -f $ANDROID_HOME/platform-tools/api/api-versions.xml || (sudo mkdir $ANDROID_HOME/platform-tools/api && sudo cp .github/api-versions.xml $ANDROID_HOME/platform-tools/api/api-versions.xml)
You can’t perform that action at this time.
0 commit comments