diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2018-04-26 02:15:56 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2018-05-09 19:16:04 +0200 |
commit | 436515cdb8a2b0c8d8310c6f780b1a35bfb5e7da (patch) | |
tree | c32863c70c3a93b0797f7db335c1cc4c77b3bd5c /Makefile.am | |
parent | 74c0ee66bb742208a21603c92ba93f970909fac1 (diff) | |
download | guix-436515cdb8a2b0c8d8310c6f780b1a35bfb5e7da.tar guix-436515cdb8a2b0c8d8310c6f780b1a35bfb5e7da.tar.gz |
build: Add the Android NDK build-system.
* guix/build-system/android-ndk.scm: New file.
* guix/build/android-ndk-build-system.scm: New file.
* Makefile.am: Add them.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7ea9228881..2110371f7a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -96,6 +96,7 @@ MODULES = \ guix/workers.scm \ guix/zlib.scm \ guix/build-system.scm \ + guix/build-system/android-ndk.scm \ guix/build-system/ant.scm \ guix/build-system/cargo.scm \ guix/build-system/cmake.scm \ @@ -128,6 +129,7 @@ MODULES = \ guix/svn-download.scm \ guix/i18n.scm \ guix/ui.scm \ + guix/build/android-ndk-build-system.scm \ guix/build/ant-build-system.scm \ guix/build/download.scm \ guix/build/download-nar.scm \ |