| Index: content/public/android/java/AndroidManifest.xml
|
| diff --git a/content/public/android/java/AndroidManifest.xml b/content/public/android/java/AndroidManifest.xml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..46a2e610c8c97a1161931bfcd43f17d2278428fc
|
| --- /dev/null
|
| +++ b/content/public/android/java/AndroidManifest.xml
|
| @@ -0,0 +1,11 @@
|
| +<?xml version="1.0" encoding="utf-8"?>
|
| +
|
| +<!-- Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| + Use of this source code is governed by a BSD-style license that can be
|
| + found in the LICENSE file. -->
|
| +
|
| +<!-- This dummy manifest is passed to aapt when generating R.java. The package
|
| + name given below determines the package that R.java is generated into. -->
|
| +<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
| + package="org.chromium.content">
|
| +</manifest>
|
|
|