summaryrefslogtreecommitdiff
path: root/AndroidProducts.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 /AndroidProducts.mk
parentf65dfc2df46010a7b3ba21e13b594cda9cb123a6 (diff)
downloadbramble-5bcecdaa3e4a7abf12bd2bbacbfddc5e19af3031.tar.gz
Create aosp_bramble target
Bug: 138083938 Bug: 137166127 Change-Id: I9c4c318e5c7942fed113131a90ad7a94fd3a8fa6
Diffstat (limited to 'AndroidProducts.mk')
-rw-r--r--AndroidProducts.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
new file mode 100644
index 0000000..1523d35
--- /dev/null
+++ b/AndroidProducts.mk
@@ -0,0 +1,21 @@
+#
+# 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.
+#
+
+PRODUCT_MAKEFILES := \
+ $(LOCAL_DIR)/aosp_bramble.mk \
+
+COMMON_LUNCH_CHOICES := \
+ aosp_bramble-userdebug \