prebuild.sh 279 B

12345678910111213
  1. #/bin/bash
  2. source "bin/init/env.sh"
  3. git submodule update --init 'external/*'
  4. git submodule update --init 'library/*'
  5. bin/fdroid/install_golang.sh 1.18.3
  6. echo "sdk.dir=$ANDROID_HOME" >>local.properties
  7. echo "ndk.dir=$ANDROID_NDK_HOME" >>local.properties
  8. bin/lib/core/init.sh