unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#31265] [PATCH 0/6] Add Android NDK build system.
@ 2018-04-26  0:13 Danny Milosavljevic
  2018-04-26  0:15 ` [bug#31265] [PATCH 1/6] gnu: Add f2fs-tools@1.7.0 Danny Milosavljevic
  2018-05-01 10:27 ` [bug#31265] Add Android NDK build system Julien Lepiller
  0 siblings, 2 replies; 9+ messages in thread
From: Danny Milosavljevic @ 2018-04-26  0:13 UTC (permalink / raw)
  To: 31265

Danny Milosavljevic (6):
  gnu: Add f2fs-tools@1.7.0.
  build: Add the Android NDK build-system.
  gnu: liblog: Use android-ndk-build-system.
  gnu: libbase: Use android-ndk-build-system.
  gnu: adb: Use android-ndk-build-system.
  gnu: mkbootimg: Install "bootimg.h".

 Makefile.am                                  |   2 +
 gnu/local.mk                                 |   1 +
 gnu/packages/android.scm                     | 199 +++++++++------------------
 gnu/packages/linux.scm                       |  35 ++++-
 gnu/packages/patches/adb-add-libraries.patch |  19 +++
 guix/build-system/android-ndk.scm            | 126 +++++++++++++++++
 guix/build/android-ndk-build-system.scm      |  86 ++++++++++++
 7 files changed, 328 insertions(+), 140 deletions(-)
 create mode 100644 gnu/packages/patches/adb-add-libraries.patch
 create mode 100644 guix/build-system/android-ndk.scm
 create mode 100644 guix/build/android-ndk-build-system.scm

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-05-09 17:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-26  0:13 [bug#31265] [PATCH 0/6] Add Android NDK build system Danny Milosavljevic
2018-04-26  0:15 ` [bug#31265] [PATCH 1/6] gnu: Add f2fs-tools@1.7.0 Danny Milosavljevic
2018-04-26  0:15   ` [bug#31265] [PATCH 2/6] build: Add the Android NDK build-system Danny Milosavljevic
2018-04-26  0:15   ` [bug#31265] [PATCH 3/6] gnu: liblog: Use android-ndk-build-system Danny Milosavljevic
2018-04-26  0:15   ` [bug#31265] [PATCH 4/6] gnu: libbase: " Danny Milosavljevic
2018-04-26  0:15   ` [bug#31265] [PATCH 5/6] gnu: adb: " Danny Milosavljevic
2018-04-26  0:16   ` [bug#31265] [PATCH 6/6] gnu: mkbootimg: Install "bootimg.h" Danny Milosavljevic
2018-05-01 10:27 ` [bug#31265] Add Android NDK build system Julien Lepiller
2018-05-09 17:34   ` bug#31265: " Danny Milosavljevic

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).