summaryrefslogtreecommitdiffstats
path: root/libs/usb/tests
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2011-03-11 18:39:03 -0500
committerMike Lockwood <lockwood@android.com>2011-03-11 18:51:29 -0500
commit62cfeeb821afb2f3d3b78ad93caa13408cd26eac (patch)
treee96a73bc962ae854f737f35d355ac0cbea6c3c50 /libs/usb/tests
parent14c875eac750ca096de439225b1a028b1facc58e (diff)
downloadframeworks_base-62cfeeb821afb2f3d3b78ad93caa13408cd26eac.zip
frameworks_base-62cfeeb821afb2f3d3b78ad93caa13408cd26eac.tar.gz
frameworks_base-62cfeeb821afb2f3d3b78ad93caa13408cd26eac.tar.bz2
USB: minor cleanup work
Bug: 4067029 Change-Id: Icd8f912ab8732b5f770a217b9b3731092597ce02 Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'libs/usb/tests')
-rw-r--r--libs/usb/tests/AccessoryChat/Android.mk16
-rw-r--r--libs/usb/tests/AccessoryChat/AndroidManifest.xml16
2 files changed, 32 insertions, 0 deletions
diff --git a/libs/usb/tests/AccessoryChat/Android.mk b/libs/usb/tests/AccessoryChat/Android.mk
index 98b6090..d555961 100644
--- a/libs/usb/tests/AccessoryChat/Android.mk
+++ b/libs/usb/tests/AccessoryChat/Android.mk
@@ -1,3 +1,19 @@
+#
+# Copyright (C) 2011 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.
+#
+
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
diff --git a/libs/usb/tests/AccessoryChat/AndroidManifest.xml b/libs/usb/tests/AccessoryChat/AndroidManifest.xml
index 97e2ade..d6093ae 100644
--- a/libs/usb/tests/AccessoryChat/AndroidManifest.xml
+++ b/libs/usb/tests/AccessoryChat/AndroidManifest.xml
@@ -1,3 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2011 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.accessorychat">