mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
This commit contains only the result of `git add --renormalize .` `git show --ignore-space-change` can verify that this commit only changes whitespace.
13 lines
193 B
Makefile
13 lines
193 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := stb
|
|
|
|
# Add your application source files here...
|
|
LOCAL_SRC_FILES := \
|
|
stb_image_write.c
|
|
|
|
|
|
include $(BUILD_STATIC_LIBRARY)
|