android-tools: fix build
This commit is contained in:
parent
90070f6f40
commit
c13916aa9c
|
@ -0,0 +1,10 @@
|
|||
--- core/include/cutils/jstring.h.orig 2017-04-13 09:40:53.139449328 +0200
|
||||
+++ core/include/cutils/jstring.h 2017-04-13 09:39:36.520748834 +0200
|
||||
@@ -19,6 +19,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
+#include <uchar.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
|
@ -14,7 +14,6 @@ short_desc="Android platform tools (adb and fastboot)"
|
|||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
license="Apache-2.0 BSD GPL-2"
|
||||
homepage="http://developer.android.com/tools/help/adb.html"
|
||||
broken="https://build.voidlinux.eu/builders/armv7l_builder/builds/2106/steps/shell_3/logs/stdio"
|
||||
|
||||
do_fetch() {
|
||||
local r
|
||||
|
|
Loading…
Reference in New Issue