https://github.com/nowsecure/fsmon/archive/1.8.4.tar.gz I suggest you using following code to test if is Android target: ```make TARGET_MACHINE := $(shell $(CC) -dumpmachine 2>/dev/null) ifneq ($(findstring -android,$(TARGET_MACHINE)),) ```