Chromium Code Reviews| 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"> |
|
cjhopman
2012/11/09 22:21:30
Is it possible to do this without the AndroidManif
newt (away)
2012/11/09 23:05:35
any ideas where this file could live?
cjhopman
2012/11/12 16:47:32
Probably build/android.
|
| +</manifest> |