From 3e1692bebdf2e4c69adb2a23718ad230a74992dd Mon Sep 17 00:00:00 2001 From: BogDan Vatra Date: Wed, 22 Nov 2017 13:46:33 +0200 Subject: [android] Fix compile with unified headers Latest Android NDKs are using unified headers which don't have asm/procinfo.h anymore but they provide asm/hwcap.h. Change-Id: Ibd599952d5b22e5e6955958bed33773032ad8a28 Reviewed-by: Simon Hausmann --- configure.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 configure.json (limited to 'configure.json') diff --git a/configure.json b/configure.json new file mode 100644 index 0000000..63ea575 --- /dev/null +++ b/configure.json @@ -0,0 +1,5 @@ +{ + "subconfigs": [ + "src/script" + ] +} -- cgit v1.2.1