Hi, This series adds support to build libgpiod library and tools as part of an Android build. Some comments are included into the individual patches, to explain the choices made. This was tested inside an Android 10 AOSP tree. Let me know if you have any questions. Regards, Gary Gary Bisson (3): core: add missing header inclusion tools-common: fix build for Android Android.bp: initial addition Android.bp | 95 ++++++++++++++++++++++++++++++++++++++++++++ lib/core.c | 1 + tools/tools-common.c | 10 +++-- 3 files changed, 103 insertions(+), 3 deletions(-) create mode 100644 Android.bp -- 2.26.2