aboutsummaryrefslogtreecommitdiffstats
path: root/consumerir/Android.mk
diff options
context:
space:
mode:
authorsbrissen <sbrissen@hotmail.com>2013-12-13 15:22:39 -0500
committersbrissen <sbrissen@hotmail.com>2013-12-13 15:22:39 -0500
commitf959eb8087220a7730d017196bc79ea7ee08fdc4 (patch)
tree8521cd32fb0072b62eade0d6479c67d9ad1877ef /consumerir/Android.mk
parent07c7bb5f972f20c31fe34b8ea4dd38eb33b9bcc0 (diff)
downloaddevice_samsung_kona-common-f959eb8087220a7730d017196bc79ea7ee08fdc4.zip
device_samsung_kona-common-f959eb8087220a7730d017196bc79ea7ee08fdc4.tar.gz
device_samsung_kona-common-f959eb8087220a7730d017196bc79ea7ee08fdc4.tar.bz2
kona-common: add consumerir hal
credits: Aaron Jackson http://review.cyanogenmod.org/#/c/55741/ Change-Id: Iff173da6f728ab28fe1b9d91dba4156a3c63e14b
Diffstat (limited to 'consumerir/Android.mk')
-rw-r--r--consumerir/Android.mk28
1 files changed, 28 insertions, 0 deletions
diff --git a/consumerir/Android.mk b/consumerir/Android.mk
new file mode 100644
index 0000000..de7f9c3
--- /dev/null
+++ b/consumerir/Android.mk
@@ -0,0 +1,28 @@
+# Copyright (C) 2013 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.
+
+# HAL module implementation stored in
+# hw/<POWERS_HARDWARE_MODULE_ID>.<ro.hardware>.so
+
+LOCAL_PATH := $(call my-dir)
+
+include $(CLEAR_VARS)
+
+LOCAL_MODULE := consumerir.exynos4
+LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
+LOCAL_SRC_FILES := consumerir.c
+LOCAL_SHARED_LIBRARIES := liblog libcutils
+LOCAL_MODULE_TAGS := optional
+
+include $(BUILD_SHARED_LIBRARY)