summaryrefslogtreecommitdiffstats
path: root/exynos4/ril/Android.mk
diff options
context:
space:
mode:
authorcodeworkx <daniel.hillenbrand@codeworkx.de>2012-08-03 23:32:29 +0200
committercodeworkx <daniel.hillenbrand@codeworkx.de>2012-08-03 23:32:29 +0200
commitf1587a360fb72dffce67917f3dbc8144165014da (patch)
tree0d3988246f45342beac543373bf99314a2988e5d /exynos4/ril/Android.mk
parent134c1fe2e2f7ec5a2ac508a83638c665b4d5c25a (diff)
downloadhardware_samsung-f1587a360fb72dffce67917f3dbc8144165014da.zip
hardware_samsung-f1587a360fb72dffce67917f3dbc8144165014da.tar.gz
hardware_samsung-f1587a360fb72dffce67917f3dbc8144165014da.tar.bz2
exynos4: added secril-client and secril-client-sap sources
taken from i9100 update7 and i9300 update4 Change-Id: I1188c8c43c07ff179bc592a22345e4db9d8a56bf
Diffstat (limited to 'exynos4/ril/Android.mk')
-rw-r--r--exynos4/ril/Android.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/exynos4/ril/Android.mk b/exynos4/ril/Android.mk
new file mode 100644
index 0000000..f0b7ec0
--- /dev/null
+++ b/exynos4/ril/Android.mk
@@ -0,0 +1,20 @@
+#
+# Copyright (C) 2012 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.
+#
+
+ifeq ($(TARGET_BOARD_PLATFORM),exynos4)
+ril_dirs := libsecril-client libsecril-client-sap
+include $(call all-named-subdir-makefiles,$(ril_dirs))
+endif