summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanket Agarwal <sanketa@google.com>2016-03-23 19:23:02 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-03-23 19:23:02 +0000
commit8d09b9d54cfc6459188ee74d95be9ebdddfe9b3b (patch)
treef78f5cc34ce738c3c7855f63244115837255a4bb
parente90db937c008f365f47e7199d6d86f9eb13bed1e (diff)
parent8c9fecb5089b8c2a2a17140410d964e24c0ddea4 (diff)
downloadandroid_packages_apps_Bluetooth-8d09b9d54cfc6459188ee74d95be9ebdddfe9b3b.tar.gz
android_packages_apps_Bluetooth-8d09b9d54cfc6459188ee74d95be9ebdddfe9b3b.tar.bz2
android_packages_apps_Bluetooth-8d09b9d54cfc6459188ee74d95be9ebdddfe9b3b.zip
Merge "Add Android.mk so that underneath targets can be updated." into nyc-dev
-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))