summaryrefslogtreecommitdiff
path: root/AndroidProducts.mk
diff options
context:
space:
mode:
authorAlex Hong <rurumihong@google.com>2019-08-16 01:22:57 +0800
committerAlex Hong <rurumihong@google.com>2019-08-19 12:39:55 +0800
commit1c2dbd8222ff7e51bf344765acd252859fbf09f7 (patch)
tree4d4f6f51947b8e8b9992b86738a9544cc9486bf5 /AndroidProducts.mk
parent5b993ab4ca0383e65ff80a5940fbb985abcfe26f (diff)
downloadredfin-1c2dbd8222ff7e51bf344765acd252859fbf09f7.tar.gz
Create aosp_redfin target
Bug: 139478768 Change-Id: I061f89a72b5e7b81280406abf85cca479b86f340
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..3e36787
--- /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_redfin.mk \
+
+COMMON_LUNCH_CHOICES := \
+ aosp_redfin-userdebug \