summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorRoger Liao <rogerliao@google.com>2019-07-22 18:20:48 +0800
committerRoger Liao <rogerliao@google.com>2019-07-26 20:43:32 +0800
commit5bcecdaa3e4a7abf12bd2bbacbfddc5e19af3031 (patch)
treef5a2b8b1b19e88b55764c9a111aec4f4d6786615 /Android.mk
parentf65dfc2df46010a7b3ba21e13b594cda9cb123a6 (diff)
downloadbramble-5bcecdaa3e4a7abf12bd2bbacbfddc5e19af3031.tar.gz
Create aosp_bramble target
Bug: 138083938 Bug: 137166127 Change-Id: I9c4c318e5c7942fed113131a90ad7a94fd3a8fa6
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000..c764b3f
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,22 @@
+#
+# Copyright 2018 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)
+
+ifeq ($(USES_DEVICE_GOOGLE_BRAMBLE),true)
+ subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH))
+ $(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
+endif