Android build: set newer versions and parameterize ANDROID_PLATFORM

Hard coding desired ANDROID_PLATFORM on multiple places is simply bad.
Fix this. Further, set the variables to a much newer state.

CAVEAT: this will likely break android build, so be careful on
bisecting. All fixed in next, related commits.

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
Jan Mulder 2018-11-24 10:03:50 +01:00 committed by Dirk Hohndel
parent f3967e5c3f
commit cb815b5bb6
3 changed files with 11 additions and 9 deletions

View file

@ -83,7 +83,7 @@
</activity>
</application>
<uses-sdk android:minSdkVersion="16"
<uses-sdk android:minSdkVersion="21"
android:targetSdkVersion="26" />
<supports-screens