Merge "Fixed inconsistent minSdkVersion and target= in NDK samples"

This commit is contained in:
Andrew Hsieh
2012-04-02 00:00:55 -07:00
committed by android code review
8 changed files with 7 additions and 10 deletions

View File

@@ -8,4 +8,4 @@
# project structure.
# Project target.
target=android-9
target=android-8

View File

@@ -8,4 +8,4 @@
# project structure.
# Project target.
target=android-7
target=android-9

View File

@@ -3,7 +3,7 @@
package="com.example.native_plasma"
android:versionCode="1"
android:versionName="1.0">
<uses-sdk android:minSdkVersion="8" />
<uses-sdk android:minSdkVersion="9" />
<application android:label="@string/app_name"
android:hasCode="false" android:debuggable="true">
<activity android:name="android.app.NativeActivity"

View File

@@ -8,4 +8,4 @@
# project structure.
# Project target.
target=android-7
target=android-9

View File

@@ -1,4 +0,0 @@
// Temporary until the NDK build system can deal with there being no Java source.
class Dummy {
}

View File

@@ -8,4 +8,4 @@
# project structure.
# Project target.
target=android-8
target=android-3

View File

@@ -3,6 +3,7 @@
package="com.example.neon"
android:versionCode="1"
android:versionName="1.0">
<uses-sdk android:minSdkVersion="4" />
<application android:label="@string/app_name">
<activity android:name=".HelloNeon"
android:label="@string/app_name">

View File

@@ -8,4 +8,4 @@
# project structure.
# Project target.
target=android-3
target=android-4