Add SlimIRC
This is a custom version of the incredible Android IRC by nyt, tailored for Slim.
Change-Id: I8c17ef7f246e59bb8ba533209b323428a91ad8da
diff --git a/config/common.mk b/config/common.mk
index 4be61e2..d045b50 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -130,7 +130,8 @@
SlimFileManager \
SlimCenter \
Velvet \
- LatinIME
+ LatinIME \
+ SlimIRC
# Extra tools
PRODUCT_PACKAGES += \
diff --git a/proprietary/SlimIRC/Android.mk b/proprietary/SlimIRC/Android.mk
new file mode 100644
index 0000000..1a6cf11
--- /dev/null
+++ b/proprietary/SlimIRC/Android.mk
@@ -0,0 +1,22 @@
+# 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)
+LOCAL_MODULE := SlimIRC
+LOCAL_SRC_FILES := $(LOCAL_MODULE).apk
+
+LOCAL_MODULE_CLASS := APPS
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
+LOCAL_CERTIFICATE := PRESIGNED
+include $(BUILD_PREBUILT)
diff --git a/proprietary/SlimIRC/SlimIRC.apk b/proprietary/SlimIRC/SlimIRC.apk
new file mode 100644
index 0000000..c7d4173
--- /dev/null
+++ b/proprietary/SlimIRC/SlimIRC.apk
Binary files differ