summaryrefslogtreecommitdiffstats
path: root/exynos4/ril/Android.mk
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-07-09 09:50:57 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2013-07-09 09:50:57 -0700
commita010d52660fb2b9c6d184b88e782385407b2f6e5 (patch)
treee9d7244b9df251c996d0a76f9dccd2812b78f3ae /exynos4/ril/Android.mk
parentea4af61a1b3c1199bef63f0f34a5fe8d5f4dd8d0 (diff)
parentc0e536a0d0b19704c115c7281d10e85ce7b760a4 (diff)
downloadandroid_hardware_samsung-a010d52660fb2b9c6d184b88e782385407b2f6e5.tar.gz
android_hardware_samsung-a010d52660fb2b9c6d184b88e782385407b2f6e5.tar.bz2
android_hardware_samsung-a010d52660fb2b9c6d184b88e782385407b2f6e5.zip
Merge "samsung: move ril client out of exynos4" into cm-10.1
Diffstat (limited to 'exynos4/ril/Android.mk')
-rw-r--r--exynos4/ril/Android.mk20
1 files changed, 0 insertions, 20 deletions
diff --git a/exynos4/ril/Android.mk b/exynos4/ril/Android.mk
deleted file mode 100644
index f0b7ec0..0000000
--- a/exynos4/ril/Android.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# 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