Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-10 | build-system: android-ndk: Let upstream install header files. | Danny Milosavljevic | |
* guix/build/android-ndk-build-system.scm (install): Don't install header files ourselves. | |||
2018-05-10 | build-system: android-ndk: Support unit tests. | Danny Milosavljevic | |
* 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. | |||
2018-05-09 | build: Add the Android NDK build-system. | Danny Milosavljevic | |
* guix/build-system/android-ndk.scm: New file. * guix/build/android-ndk-build-system.scm: New file. * Makefile.am: Add them. |