* commit '7ea377d2a7f8557545259698e6d8e4536ceadc2a': Fixed inconsistent minSdkVersion and target= in NDK samples
This commit is contained in:
@@ -8,4 +8,4 @@
|
||||
# project structure.
|
||||
|
||||
# Project target.
|
||||
target=android-9
|
||||
target=android-8
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
# project structure.
|
||||
|
||||
# Project target.
|
||||
target=android-7
|
||||
target=android-9
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
# project structure.
|
||||
|
||||
# Project target.
|
||||
target=android-7
|
||||
target=android-9
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
// Temporary until the NDK build system can deal with there being no Java source.
|
||||
class Dummy {
|
||||
|
||||
}
|
||||
@@ -8,4 +8,4 @@
|
||||
# project structure.
|
||||
|
||||
# Project target.
|
||||
target=android-8
|
||||
target=android-3
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
# project structure.
|
||||
|
||||
# Project target.
|
||||
target=android-3
|
||||
target=android-4
|
||||
|
||||
Reference in New Issue
Block a user