aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2015-05-05 17:37:05 -0700
committerAdnan Begovic <adnan@cyngn.com>2015-05-12 17:40:49 -0700
commit37fc76fe96174402cdfbf02cf228639083c26bf7 (patch)
treeee77e9ce89f57e6e9f2f75a78f944d2336b92efd /tests/Android.mk
parent8206b1352b28f06b451d7db58879b28bead547c4 (diff)
downloadvendor_cmsdk-37fc76fe96174402cdfbf02cf228639083c26bf7.zip
vendor_cmsdk-37fc76fe96174402cdfbf02cf228639083c26bf7.tar.gz
vendor_cmsdk-37fc76fe96174402cdfbf02cf228639083c26bf7.tar.bz2
CMSDK: Create cyanogenmod platform resource package.
org.cyanogenmod.platform-res provides resources that, if public, are globally accessible. This allows us to declare public and internal permissions as well as reference permissions declared by the android framework core Change-Id: Ia7d541f4b403585f7479ecd87895987b8471005b
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 382e9cf..c6d67b5 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -1,3 +1,18 @@
+#
+# Copyright (C) 2015 The CyanogenMod 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)