[PATCH 2/3] fixed android.mk

2017-08-02 Thread filipbystricky
From: Filip Bystricky Signed-off-by: Filip Bystricky Reviewed-by: Mark Salyzyn --- Android.mk | 53 + 1 file changed, 21 insertions(+), 32 deletions(-) diff --git

[PATCH 3/3] compile error fixes

2017-08-02 Thread filipbystricky
From: Filip Bystricky Android currently does not fully support libblkid, and android's bionic doesn't implement some pthread extras such as pthread_tryjoin_np and pthread_cancel. This patch fixes the resulting errors while trying to be as unobtrusive as possible,

[PATCH 1/3] copied android.mk from devel branch

2017-08-02 Thread filipbystricky
From: Filip Bystricky This series of patches fixes some compile errors that trigger when compiling to android devices. This first patch just brings in devel's Android.mk, to which kdave@ added a few fixes recently. Signed-off-by: Filip Bystricky