OLD | NEW |
---|---|
(Empty) | |
1 <?xml version="1.0" encoding="utf-8"?> | |
2 | |
3 <!-- Copyright (c) 2012 The Chromium Authors. All rights reserved. | |
4 Use of this source code is governed by a BSD-style license that can be | |
5 found in the LICENSE file. --> | |
6 | |
7 <!-- This dummy manifest is passed to aapt when generating R.java. The package | |
8 name given below determines the package that R.java is generated into. --> | |
9 <manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
10 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.
| |
11 </manifest> | |
OLD | NEW |