| Index: build/android/lint/AndroidManifest.xml
|
| diff --git a/content/shell/android/java/res/drawable/progress.xml b/build/android/lint/AndroidManifest.xml
|
| similarity index 53%
|
| copy from content/shell/android/java/res/drawable/progress.xml
|
| copy to build/android/lint/AndroidManifest.xml
|
| index 93322b91b6d33c0399e6dfd2474dc5fc754d9e2c..b80541fd1ef18471ad73cb940649db35962f62b0 100644
|
| --- a/content/shell/android/java/res/drawable/progress.xml
|
| +++ b/build/android/lint/AndroidManifest.xml
|
| @@ -6,8 +6,9 @@
|
| found in the LICENSE file.
|
| -->
|
|
|
| -<clip xmlns:android="http://schemas.android.com/apk/res/android">
|
| - <shape>
|
| - <solid android:color="@android:color/holo_blue_light" />
|
| - </shape>
|
| -</clip>
|
| +<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
| + package="org.chromium.lint_stub">
|
| +
|
| + <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19" />
|
| +
|
| +</manifest>
|
|
|