summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorSanket Agarwal <sanketa@google.com>2016-03-23 19:32:21 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-03-23 19:32:21 +0000
commitec1c416664f9d64feaaf320069ac950b89d2c103 (patch)
tree7e49c1744d5fe42cef20b5e03f16b171783009d5 /services
parent2f07b366ba0e42f37029e2ba79913fc5ea1a340b (diff)
parent8d09b9d54cfc6459188ee74d95be9ebdddfe9b3b (diff)
downloadandroid_packages_apps_Bluetooth-ec1c416664f9d64feaaf320069ac950b89d2c103.tar.gz
android_packages_apps_Bluetooth-ec1c416664f9d64feaaf320069ac950b89d2c103.tar.bz2
android_packages_apps_Bluetooth-ec1c416664f9d64feaaf320069ac950b89d2c103.zip
Merge "Add Android.mk so that underneath targets can be updated." into nyc-dev
am: 8d09b9d * commit '8d09b9d54cfc6459188ee74d95be9ebdddfe9b3b': Add Android.mk so that underneath targets can be updated.
Diffstat (limited to 'services')
-rw-r--r--services/Android.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/services/Android.mk b/services/Android.mk
new file mode 100644
index 000000000..b90706fbb
--- /dev/null
+++ b/services/Android.mk
@@ -0,0 +1,20 @@
+# Copyright (C) 2016 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 $(CLEAR_VARS)
+
+# Include the sub-makefiles
+include $(call all-makefiles-under,$(LOCAL_PATH))