Allow ColorChord to run down to Android 5.1 (SDK 22)
This commit is contained in:
parent
13ab20b1fc
commit
4dfeb870b7
|
@ -1,8 +1,8 @@
|
|||
<?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"
|
||||
android:versionCode="6">
|
||||
android:versionCode="8">
|
||||
|
||||
<uses-sdk android:minSdkVersion="26"
|
||||
<uses-sdk android:minSdkVersion="22"
|
||||
android:targetSdkVersion="28" />
|
||||
|
||||
<uses-permission android:name="android.permission.SET_RELEASE_APP"/>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 64548dce184f2888a582cf194116c98cb7d3a964
|
||||
Subproject commit aa42f6fcb13e6b3616f671d3164e979cbbf63219
|
Loading…
Reference in a new issue