From f1587a360fb72dffce67917f3dbc8144165014da Mon Sep 17 00:00:00 2001 From: codeworkx Date: Fri, 3 Aug 2012 23:32:29 +0200 Subject: exynos4: added secril-client and secril-client-sap sources taken from i9100 update7 and i9300 update4 Change-Id: I1188c8c43c07ff179bc592a22345e4db9d8a56bf --- exynos4/ril/Android.mk | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 exynos4/ril/Android.mk (limited to 'exynos4/ril/Android.mk') 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 -- cgit v1.1