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

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?> <?xml version="1.0" encoding="utf-8" standalone="no"?>
<manifest xmlns:tools="http://schemas.android.com/tools" xmlns:android="http://schemas.android.com/apk/res/android" package="org.cnlohr.colorchord" <manifest xmlns:tools="http://schemas.android.com/tools" xmlns:android="http://schemas.android.com/apk/res/android" package="org.cnlohr.colorchord"
android:versionCode="6"> android:versionCode="8">
<uses-sdk android:minSdkVersion="26" <uses-sdk android:minSdkVersion="22"
android:targetSdkVersion="28" /> android:targetSdkVersion="28" />
<uses-permission android:name="android.permission.SET_RELEASE_APP"/> <uses-permission android:name="android.permission.SET_RELEASE_APP"/>

View file

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

@ -1 +1 @@
Subproject commit 64548dce184f2888a582cf194116c98cb7d3a964 Subproject commit aa42f6fcb13e6b3616f671d3164e979cbbf63219