diff options
| author | Dan Willemsen <dwillemsen@google.com> | 2018-04-04 16:49:07 -0700 |
|---|---|---|
| committer | Erfan Abdi <erfangplus@gmail.com> | 2020-03-09 01:16:45 +0330 |
| commit | a8aedc0b0418742c9b98bab253a630e2bea9fcbc (patch) | |
| tree | 13a7a895d1d34d0c0b8d06753f3161365d03d8af | |
| parent | a1be86d917848fd26557d99fc50d7c7086a49d91 (diff) | |
river: Switch from add_lunch_combo to COMMON_LUNCH_CHOICES
Bug: 77599627
Test: lunch [see entries in list]
Change-Id: Id44fcfec47eeb979a745f879031f1bec7359a633
| -rw-r--r-- | AndroidProducts.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk index 8146a72..d4b6652 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2018-2019 The LineageOS Project +# Copyright (C) 2017-2020 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,3 +16,8 @@ PRODUCT_MAKEFILES := \ $(LOCAL_DIR)/lineage_river.mk + +COMMON_LUNCH_CHOICES := \ + lineage_river-eng \ + lineage_river-user \ + lineage_river-userdebug |
