Merge "Change sample native-codec's minSDK to android-21"

This commit is contained in:
Andrew Hsieh
2014-10-16 01:27:33 +00:00
committed by Gerrit Code Review
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
</application>
<uses-sdk android:minSdkVersion="19" />
<uses-sdk android:minSdkVersion="21" />
<!-- INTERNET is needed to use a URI-based media player, depending on the URI -->
<uses-permission android:name="android.permission.INTERNET"></uses-permission>

View File

@@ -1,4 +1,4 @@
# Indicates whether an apk should be generated for each density.
split.density=false
# Project target.
target=android-L
target=android-21

View File

@@ -1,2 +1,2 @@
APP_PLATFORM := android-L
APP_PLATFORM := android-21
APP_ABI := all