about summary refs log tree commit diff
path: root/pkgs/development/mobile
Commit message (Collapse)AuthorAge
* androidndk: add fullNDK optionMatthew Bauer2018-06-25
| | | | | | | Setting this to true will disable removing some of the unused parts of the NDK toolchain that is unused in Nixpkgs but may be used by others. /cc @bkchr
* android: add --build-id to ldflagsMatthew Bauer2018-06-25
| | | | | | | | | the gcc in android does not have this on by default. Doing this will fix some of the errors in cross-trunk: https://hydra.nixos.org/build/76354538/nixlog/11 This is related to how separate debug info is handled in Nixpkgs.
* android: more output size reductionMatthew Bauer2018-06-22
| | | | | This should bring us finally under the 2G max. llvm directory was missing from my last commit.
* android: fix from last output size reductionMatthew Bauer2018-06-22
| | | | Directories weren’t being removed properly.
* Merge pull request #42397 from obsidiansystems/more-android-fixesJohn Ericson2018-06-22
|\ | | | | androidndk: cleanups
| * androidndk: fix evalMatthew Bauer2018-06-22
| |
| * androidndk: reduce output sizwMatthew Bauer2018-06-22
| | | | | | | | Fixes #41704
| * androidndk: use unzipMatthew Bauer2018-06-22
| | | | | | | | This is a free version and preferred to 7zip.
| * androidndk: fixupMatthew Bauer2018-06-22
| |
* | android: add ndkVer to resolve ndk ambiguityMatthew Bauer2018-06-22
| | | | | | | | | | | | | | | | It wasn’t exactly clear which NDK you were using previously. This adds an attribute to system that handles what version of the NDK we should use when building things. /cc @Ericson2314
* | android: Use NDK 17 for aarch32Matthew Bauer2018-06-22
|/
* Merge pull request #41855 from obsidiansystems/gradle-appMatthew Justin Bauer2018-06-21
|\ | | | | init androidenv.buildGradleApp
| * androidenv: add "androidsdk_latest" for latest sdkMatthew Bauer2018-06-21
| | | | | | | | | | This is easier than having to remember which SDKs are supported, etc. Stuff based on this can become more future-proof.
| * androidenv.buildGradleApp: refactorMatthew Bauer2018-06-21
| |
| * androidenv: Use fetchzip instead of googlerepositoryMatthew Bauer2018-06-21
| |
| * Fix gradle buildRyan Trinkle2018-06-11
| |
| * Don't append signingConfigs to build.gradleAli Abrar2018-06-11
| |
| * Add android sdk license acceptanceAli Abrar2018-06-11
| |
| * add signing to buildGradleAppAli Abrar2018-06-11
| |
| * Add buildGradleApp to androidenvAli Abrar2018-06-11
| |
* | androidndk: fixup asm linkingMatthew Bauer2018-06-13
|/ | | | | | | | This fixes cross compiling to android that is currently broken. The asm symlink needs to be set on versions /newer/ than 10e not the other way around. We also need to use hostInfo’s triple here because ... /cc @ericson2314 @bkchr
* androidndk: remove set -xMatthew Justin Bauer2018-06-07
| | | | | This was causing output limit exceeded in Hydra: https://hydra.nixos.org/build/75406916
* androidndk: Fixes missing libraries for prebuilt clangBastian Köcher2018-05-25
|
* androidndk: Fix usage as crossSystemBastian Köcher2018-05-17
|
* androidndk: Adds versions 17 and 16bBastian Köcher2018-05-17
|
* androidndk: Drop 32bit supportBastian Köcher2018-05-15
|
* Merge branch 'fix-gcc-with-float'John Ericson2018-05-12
|\
| * lib: Fix float handling for Aarch32John Ericson2018-05-12
| | | | | | | | Forgot to adjust default so abi with explicit float attr would be used.
| * prebuilt android cc: Edit wrapper to pass the right -m flags for armv7aJohn Ericson2018-05-12
| | | | | | | | (cherry picked from commit 827ef0914089e1a2bba140b49e1311eff28cc156)
* | prebuilt android cc: Edit wrapper to pass the right -m flags for armv7aJohn Ericson2018-05-11
| |
* | cocoapods: 1.3.1 -> 1.5.0Ruben Maher2018-05-10
| |
* | xcodeenv: fix typoAlexandre Esteves2018-05-06
| |
* | treewide: remove platform assertionsMatthew Bauer2018-05-03
| | | | | | | | linux: readd assertion
* | abootimg: init at 0.6Florian Klink2018-04-23
| |
* | cocoapods: init at 1.3.1 (#32583)Peter Romfeld2018-04-21
| | | | | | | | | | | | * cocoapods: init at 1.3.1 * requires xcode
* | Merge pull request #36911 from rasendubi/android-build-toolsMatthew Justin Bauer2018-04-17
|\ \ | | | | | | androidenv.buildTools: 26.0.1 -> 26.0.2
| * | androidenv.buildTools: 26.0.1 -> 26.0.2Alexey Shmalko2018-03-13
| | |
* | | treewide: refactor to use libglvndNikolay Amiantov2018-03-26
| | | | | | | | | | | | | | | | | | * Implement libGL as a symlink package which uses libraries from libglvnd and headers from Mesa (since ones from libglvnd are outdated). * Use libGL_driver.driverLink treewide; add FHS paths where possible.
* | | xcodeenv: publish xcarchive directory in the output store path if requestedSander van der Burg2018-03-22
| | |
* | | xcodeenv: replace deprecated package application procedure by the new export ↵Sander van der Burg2018-03-22
| | | | | | | | | | | | archive operation
* | | titaniumenv: fix renaming strategySander van der Burg2018-03-21
| | |
* | | titaniumenv: update example appSander van der Burg2018-03-21
| | |
* | | titaniumenv: fix Android signing on darwinSander van der Burg2018-03-21
| | |
* | | titaniumenv: remove obsolete java fix wrapper on darwinSander van der Burg2018-03-20
| | |
* | | titaniumenv: add 7.1 SDK and make it the defaultSander van der Burg2018-03-20
| |/ |/|
* | Merge branch 'master'Vladimír Čunát2018-03-05
|\|
| * prebuilt android tools: Init using SDKJohn Ericson2018-02-27
| | | | | | | | Expose as an option for the cross stdenv.
| * imgpatchtools: init at 0.3Yegor Timoshenko2018-02-25
| |
* | treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
| |
* | treewide: transition from mesa_noglu to libGLAlexander V. Nikolaev2018-02-24
|/