aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Blaesius <skate4life@gmx.de>2016-09-25 18:53:01 +0200
committerAndreas Blaesius <skate4life@gmx.de>2016-09-25 18:53:01 +0200
commit2dafdc96704dfe0b6be5cdc4eb43448bf68e37ac (patch)
tree6b712e99b2fb24b9030d98b0a4b7bfcf0bb5188b
parent0d896e1b72ecd8026ce5057d427616a1d374ac2d (diff)
downloaddevice_samsung_espresso3g-2dafdc96704dfe0b6be5cdc4eb43448bf68e37ac.zip
device_samsung_espresso3g-2dafdc96704dfe0b6be5cdc4eb43448bf68e37ac.tar.gz
device_samsung_espresso3g-2dafdc96704dfe0b6be5cdc4eb43448bf68e37ac.tar.bz2
espresso3g: add missing Android.mk in rilsrc folder
Change-Id: I531fdccddb76acfd89aad00cee4777b5d4129dfb
-rw-r--r--rilsrc/Android.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/rilsrc/Android.mk b/rilsrc/Android.mk
new file mode 100644
index 0000000..5fb5d16
--- /dev/null
+++ b/rilsrc/Android.mk
@@ -0,0 +1,19 @@
+#
+# 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.
+#
+
+LOCAL_PATH := $(call my-dir)
+
+include $(call all-makefiles-under,$(LOCAL_PATH))