[github] Fix sdk.dir Android configuration

```
Could not find "/usr/local/lib/android/sdk/platform-tools/adb",
it's not an Android SDK path!
```

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
Roman Tsisyk 2024-02-06 16:41:32 +02:00
parent 7e4d24f9a5
commit 1295570e10

View file

@ -116,7 +116,7 @@ jobs:
- name: Set up SDK
shell: bash
run: (cd tools/android; ./set_up_android.py --sdk $ANDROID_SDK_ROOT)
run: echo "sdk.dir=$ANDROID_SDK_ROOT" > android/local.properties
- name: Compile and upload to Google Play
shell: bash