Allow ColorChord to run down to Android 5.1 (SDK 22)

This commit is contained in:
cnlohr 2020-05-17 05:11:32 -07:00
parent 13ab20b1fc
commit 4dfeb870b7
3 changed files with 5 additions and 4 deletions

View file

@ -7,7 +7,8 @@ CFLAGS:=-I. -I.. -Irawdrawandroid/rawdraw -I../cnfa -I../../embeddedcommon \
-ffunction-sections -Os -s -DPRINTF_NO_OVERRIDDE -fvisibility=hidden \
-DRDALOGFNCB=example_log_function
ANDROIDVERSION=28
ANDROIDVERSION=22
ANDROIDTARGET=28
LDFLAGS:=-s -lOpenSLES