summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2011-12-15 13:35:37 -0800
committerMindy Pereira <mindyp@google.com>2011-12-15 14:49:03 -0800
commit52c441e2c03e0f48572348953b985a4bf989c057 (patch)
tree0edd17d236771095ab5637bf298ae51c5d7b530c /AndroidManifest.xml
parent5c125afa54288595524c85182031421cbad08ac3 (diff)
downloadchips-52c441e2c03e0f48572348953b985a4bf989c057.tar.gz
Update build file to allow us to have resources in static libs.
Depends on: Change Ifb4d2300: Support to build static Java library with Android resource Change-Id: Ie1ac8c93cb3f12a7d4e9afd873a13607ed72b932
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
new file mode 100644
index 0000000..e159fd2
--- /dev/null
+++ b/AndroidManifest.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.android.ex.chips"
+ android:versionCode="1">
+</manifest> \ No newline at end of file