lpac-jni: Bail early for Windows builds

This commit is contained in:
Peter Cai 2023-12-02 14:13:39 -05:00
parent c7b393c5fb
commit aecb21d644

View file

@ -1,5 +1,9 @@
LOCAL_PATH := $(call my-dir)
ifeq ($(OS),Windows_NT)
$(error "Building on Windows is unsupported")
endif
# function to find all *.c files under a directory
define all-c-files-under
$(patsubst ./%,%, \