summaryrefslogtreecommitdiffstats
path: root/exynos4/ril/Android.mk
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-07-08 17:11:45 +0200
committerDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-07-08 17:11:45 +0200
commitc0e536a0d0b19704c115c7281d10e85ce7b760a4 (patch)
treea2a33490580bfe7064d24e2c7221d87ffb538003 /exynos4/ril/Android.mk
parent601dc8581733786120d590f2c8797f4feeb84b44 (diff)
downloadandroid_hardware_samsung-c0e536a0d0b19704c115c7281d10e85ce7b760a4.tar.gz
android_hardware_samsung-c0e536a0d0b19704c115c7281d10e85ce7b760a4.tar.bz2
android_hardware_samsung-c0e536a0d0b19704c115c7281d10e85ce7b760a4.zip
samsung: move ril client out of exynos4
Change-Id: I8aa0470652c060a531d2cc7f2d8c68d3c40f5f95
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