summaryrefslogtreecommitdiff
path: root/TestScripts/setenv-android.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add ASFLAGS to setenv-android.shJeffrey Walton2022-02-121-3/+11
|
* Move --sysroot to LDFLAGS since not used during compilationJeffrey Walton2021-05-101-3/+3
|
* Update setenv-*.sh outputJeffrey Walton2021-03-111-1/+1
|
* Set CFLAGS in setenv-*.sh scriptsJeffrey Walton2021-03-111-8/+32
|
* Update setenv-macos.sh for old world MacsJeffrey Walton2021-03-101-4/+34
|
* Cleanup whitespace in setenv-*.sh scriptsJeffrey Walton2021-03-101-7/+14
|
* Clear shellcheck warnings in setenv-*.shJeffrey Walton2021-03-101-16/+16
|
* Update setenv-*.sh scriptsJeffrey Walton2021-03-101-1/+3
|
* Add IS_MACOS envar for native OS X buildsJeffrey Walton2021-03-101-0/+1
|
* Make setenv-*.sh set CPPFLAGS, CXXFLAGS and LDFLAGS (GH #1014)Jeffrey Walton2021-03-091-4/+29
|
* Update commentsJeffrey Walton2021-03-081-0/+1
|
* Make setenv-android.sh consistent with NDK r19 and r20Jeffrey Walton2021-02-151-11/+23
|
* Update setenv-android.sh scriptJeffrey Walton2021-02-141-8/+0
|
* Update setenv-android.sh scriptJeffrey Walton2021-02-141-4/+4
|
* Update setenv-android.sh scriptJeffrey Walton2021-02-141-1/+4
|
* Use Android 6.0 API for test scriptsJeffrey Walton2021-02-141-4/+4
| | | | Android 6.0/android-21 happens to match my Galaxy S5, which I use for testing.
* Clean warnings on Android under ClangJeffrey Walton2021-02-141-0/+8
|
* Make setenv-android.sh consistent with NDK r19 and r20Jeffrey Walton2021-02-141-13/+26
|
* Use -std=c++11 in setenv-android.shJeffrey Walton2021-02-141-7/+7
| | | | The flag is consistent with Android.mk and 'APP_STL := c++_shared'.
* Add -fstack-protector-strong for Android buildsJeffrey Walton2021-02-141-5/+5
| | | | This is a standard flag for NDK builds
* Use -stdlib=libc++ in setenv-android.shJeffrey Walton2021-02-141-7/+13
| | | | libc++ is the only STL runtime available in NDK r18 and above. The use is consistent with Android.mk and 'APP_STL := c++_shared'.
* Remove -mfloat-abi=softfp from setenv-android.shJeffrey Walton2021-02-131-1/+2
| | | | Android NDK r19 and above no longer use it
* Update test scriptsJeffrey Walton2021-02-071-4/+2
|
* Update test scriptsJeffrey Walton2021-02-071-2/+2
|
* Update test scriptsJeffrey Walton2021-02-071-0/+4
|
* Update test scriptsJeffrey Walton2021-02-071-4/+4
|
* Update test scriptsJeffrey Walton2021-02-071-0/+2
|
* Update test scriptsJeffrey Walton2021-02-071-17/+24
|
* Update test scriptsJeffrey Walton2021-02-071-1/+1
|
* Update commentsJeffrey Walton2021-02-071-2/+4
|
* Update setenv-android.sh and setenv-ios.sh scriptsJeffrey Walton2021-02-061-6/+20
|
* Fix setenv-android.sh scriptJeffrey Walton2021-02-061-22/+22
|
* Fix setenv-android.sh scriptJeffrey Walton2021-02-061-5/+5
|
* Update install-ndk.shJeffrey Walton2021-02-061-11/+11
|
* Update test scriptsJeffrey Walton2021-02-051-1/+1
|
* Update setenv-android.sh scriptJeffrey Walton2021-02-051-2/+1
|
* Update setenv-android.sh scriptJeffrey Walton2021-02-051-1/+6
|
* Update test scriptsJeffrey Walton2021-02-051-3/+4
|
* Fix setenv-android.sh on OS X (GH #995)Jeffrey Walton2020-12-311-11/+11
|
* Recognize i686 in setenv-android.shJeffrey Walton2020-07-291-1/+1
|
* Update setenv-*.sh scriptsJeffrey Walton2020-05-141-9/+9
|
* Update setenv-*.sh scripts to use positional argumentsJeffrey Walton2020-05-141-0/+16
|
* Match arm64 wildcard in setenv-android.shJeffrey Walton2020-03-261-1/+1
|
* Add OS X support to install-ndk.shJeffrey Walton2020-03-131-1/+1
|
* Update comments in setenv-android.shJeffrey Walton2020-03-101-1/+1
|
* Add comments to setenv-xxx.sh scriptsJeffrey Walton2020-03-101-0/+3
|
* Fix tr command in setenv-android.shJeffrey Walton2020-03-101-1/+1
|
* Update iOS and Android scripts (GH #936, PR #937)Jeffrey Walton2020-03-091-123/+73
| | | This commit updates Android and iOS to modern SDKs, NDKs and Xcode.
* Remove Android CPP command for x86_64Jeffrey Walton2020-02-291-1/+0
| | | | The Android NDK does not provide a preprocessor.
* Patch Android cpu-features for C++ compiler (GH #926)Jeffrey Walton2020-02-081-0/+15
|