Update build.xml and api level
Description: This cl updates build.xml following the sdk_r20 release. Also upgrade api level to 10. API level 9 is obsolete and we don't reply on level 9 particular features, upgrade to 10 to make development more easier. BUG= TEST=local build Review URL: https://webrtc-codereview.appspot.com/678005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2499 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
</application>
|
</application>
|
||||||
<uses-sdk android:minSdkVersion="9" />
|
<uses-sdk android:minSdkVersion="10" />
|
||||||
<uses-permission android:name="android.permission.CAMERA"></uses-permission>
|
<uses-permission android:name="android.permission.CAMERA"></uses-permission>
|
||||||
<uses-feature android:name="android.hardware.camera" />
|
<uses-feature android:name="android.hardware.camera" />
|
||||||
<uses-feature android:name="android.hardware.camera.autofocus" />
|
<uses-feature android:name="android.hardware.camera.autofocus" />
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -10,4 +10,4 @@
|
|||||||
# Indicates whether an apk should be generated for each density.
|
# Indicates whether an apk should be generated for each density.
|
||||||
split.density=false
|
split.density=false
|
||||||
# Project target.
|
# Project target.
|
||||||
target=android-9
|
target=android-10
|
||||||
|
|||||||
Reference in New Issue
Block a user