mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
10 lines
237 B
Bash
Executable file
10 lines
237 B
Bash
Executable file
#!/bin/bash
|
|
set -eux
|
|
# Download android support library from maven
|
|
|
|
. mkp4a.common
|
|
|
|
liburl="https://maven.google.com/com/android/support/support-v4/24.1.1"
|
|
libname="support-v4-24.1.1.aar"
|
|
|
|
. mkp4a.preload supportlib ${liburl} ${libname}
|