summaryrefslogtreecommitdiffstats
path: root/tools/makekeycodes/makekeycodes.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-02-17 15:34:57 -0800
committerMathias Agopian <mathias@google.com>2012-02-17 15:36:10 -0800
commitb93a03f841d93498bfea6cc92a22faa34bce1337 (patch)
treeb5c2e1c097ad9dc4a3580ee661223794e0560f60 /tools/makekeycodes/makekeycodes.cpp
parente97df97b6cb5e4bff8f9da9ecff7cddb7d04ff41 (diff)
downloadframeworks_base-b93a03f841d93498bfea6cc92a22faa34bce1337.zip
frameworks_base-b93a03f841d93498bfea6cc92a22faa34bce1337.tar.gz
frameworks_base-b93a03f841d93498bfea6cc92a22faa34bce1337.tar.bz2
frameworks/base refactoring.
First step. Move libui includes to their new home: androidfw. Change-Id: Ic042b52fdba72f30edc3cc6339bf30b4c1b99662
Diffstat (limited to 'tools/makekeycodes/makekeycodes.cpp')
-rw-r--r--tools/makekeycodes/makekeycodes.cpp18
1 files changed, 17 insertions, 1 deletions
diff --git a/tools/makekeycodes/makekeycodes.cpp b/tools/makekeycodes/makekeycodes.cpp
index 16df774..6ffbfb8 100644
--- a/tools/makekeycodes/makekeycodes.cpp
+++ b/tools/makekeycodes/makekeycodes.cpp
@@ -1,5 +1,21 @@
+/*
+ * Copyright (C) 2012 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.
+ */
+
#include <stdio.h>
-#include <ui/KeycodeLabels.h>
+#include <androidfw/KeycodeLabels.h>
int
main(int argc, char** argv)