summaryrefslogtreecommitdiff
path: root/guix/build/android-ndk-build-system.scm
Commit message (Collapse)AuthorAge
* build-system: android-ndk: Let upstream install header files.Danny Milosavljevic2018-05-10
| | | | | * guix/build/android-ndk-build-system.scm (install): Don't install header files ourselves.
* build-system: android-ndk: Support unit tests.Danny Milosavljevic2018-05-10
| | | | | | * guix/build-system/android-ndk.scm (android-ndk-build): Add googletest. * guix/build/android-ndk-build-system.scm (check): Check whether tests are enabled. Run root-level tests as well.
* build: Add the Android NDK build-system.Danny Milosavljevic2018-05-09
* guix/build-system/android-ndk.scm: New file. * guix/build/android-ndk-build-system.scm: New file. * Makefile.am: Add them.