summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorSanket Agarwal <sanketa@google.com>2016-03-23 19:36:31 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-03-23 19:36:31 +0000
commit48c2c7dafb2dcdfe62832e0b98e2987905ebd11e (patch)
tree008c0559b1c28959336049540a7e2102e5172b7f /services
parent34f881360d7c671a3d47f5f10ef5559216c74308 (diff)
parentec1c416664f9d64feaaf320069ac950b89d2c103 (diff)
downloadandroid_packages_apps_Bluetooth-48c2c7dafb2dcdfe62832e0b98e2987905ebd11e.tar.gz
android_packages_apps_Bluetooth-48c2c7dafb2dcdfe62832e0b98e2987905ebd11e.tar.bz2
android_packages_apps_Bluetooth-48c2c7dafb2dcdfe62832e0b98e2987905ebd11e.zip
Merge "Add Android.mk so that underneath targets can be updated." into nyc-dev am: 8d09b9d
am: ec1c416 * commit 'ec1c416664f9d64feaaf320069ac950b89d2c103': 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))