aboutsummaryrefslogtreecommitdiffstats
path: root/sdk
diff options
context:
space:
mode:
authorRoman Birg <roman@cyngn.com>2016-03-22 14:21:05 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-04-12 15:27:07 -0700
commit620b1eb9084c2ea1d15ab20946f4c391588135c2 (patch)
treeb3411fd2bdd188b97c5164242052ae03d6138abf /sdk
parent8a35e126a784d18d8d44c56d94f95b83fee79474 (diff)
downloadvendor_cmsdk-620b1eb9084c2ea1d15ab20946f4c391588135c2.zip
vendor_cmsdk-620b1eb9084c2ea1d15ab20946f4c391588135c2.tar.gz
vendor_cmsdk-620b1eb9084c2ea1d15ab20946f4c391588135c2.tar.bz2
cmsdk: compile as aar
for common resources TICKET: CYNGNOS-2305 Change-Id: Idc1872b5fa3884754b49b08d2f8381f18fba234d Signed-off-by: Roman Birg <roman@cyngn.com> Signed-off-by: Adnan Begovic <adnan@cyngn.com>
Diffstat (limited to 'sdk')
-rw-r--r--sdk/AndroidManifest.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/sdk/AndroidManifest.xml b/sdk/AndroidManifest.xml
new file mode 100644
index 0000000..b772ab8
--- /dev/null
+++ b/sdk/AndroidManifest.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/**
+ * Copyright 2016, 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.
+ */
+-->
+<manifest package="cyanogenmod.library">
+
+</manifest>