guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#31265] [PATCH 0/6] Add Android NDK build system.


From: Danny Milosavljevic
Subject: [bug#31265] [PATCH 0/6] Add Android NDK build system.
Date: Thu, 26 Apr 2018 02:13:19 +0200

Danny Milosavljevic (6):
  gnu: Add address@hidden
  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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]