summaryrefslogtreecommitdiffstats
path: root/navigationbar/AndroidManifest.xml
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2014-06-02 19:32:36 -0700
committerMaurice Lam <yukl@google.com>2014-06-04 13:35:09 -0700
commit3da01bb1e0865edc45a4cebe122c4ab1f1ba0bac (patch)
tree21f3d6c5eec36f56891b7bcc074d93a2748be0c6 /navigationbar/AndroidManifest.xml
parent7d493f63be4d5721f9909d3641f65cf93010f71b (diff)
downloadandroid_frameworks_opt_setupwizard-3da01bb1e0865edc45a4cebe122c4ab1f1ba0bac.tar.gz
android_frameworks_opt_setupwizard-3da01bb1e0865edc45a4cebe122c4ab1f1ba0bac.tar.bz2
android_frameworks_opt_setupwizard-3da01bb1e0865edc45a4cebe122c4ab1f1ba0bac.zip
Move navigationbar to frameworks/opt
Move the navigationbar library project to frameworks/opt so that Settings (which cannot depend on vendor/google) can use it directly. Also renamed the package from com.google.android.setupwizard.navigationbar to com.android.setupwizard.navigationbar Change-Id: Ifdc099b3d23b6f1cb35d040b4b6e4d42a5cbf6de
Diffstat (limited to 'navigationbar/AndroidManifest.xml')
-rw-r--r--navigationbar/AndroidManifest.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/navigationbar/AndroidManifest.xml b/navigationbar/AndroidManifest.xml
new file mode 100644
index 0000000..eae67b4
--- /dev/null
+++ b/navigationbar/AndroidManifest.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2014 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.android.setupwizard.navigationbar">
+</manifest>