mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
buildserver: do not set NDK env vars, they are handled by fdroid build
`fdroid build` handles setting the NDK env vars since the NDK version can change depending on the app being build. Unlike ANDROID_HOME, there is no single global NDK location. The NDK installs are all versioned.
This commit is contained in:
parent
a88771cf30
commit
226237c5f7
3 changed files with 11 additions and 16 deletions
|
@ -10,7 +10,6 @@ bsenv=/etc/profile.d/bsenv.sh
|
|||
echo "# generated on "`date` > $bsenv
|
||||
|
||||
echo export ANDROID_HOME=$1 >> $bsenv
|
||||
echo export ANDROID_NDK_HOME=$2 >> $bsenv
|
||||
echo 'export PATH=$PATH:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools:/opt/gradle/bin' >> $bsenv
|
||||
|
||||
chmod 0644 $bsenv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue