diff options
| author | Dan Willemsen <dwillemsen@google.com> | 2018-04-04 16:49:07 -0700 |
|---|---|---|
| committer | marcost2 <marcostolcachir@gmail.com> | 2022-06-22 15:25:21 -0300 |
| commit | 5ed9b2b3f0178bfd791944056bd37d46fd66892f (patch) | |
| tree | b63aa54033e37ff60fd8e9642dfd60f87ad44bc0 | |
| parent | 245f66b26f552aba0fad8aab7a91e20b6784c765 (diff) | |
albus: Switch from add_lunch_combo to COMMON_LUNCH_CHOICES
Bug: 77599627 | AOSP
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 03f9ee4..bbd1ae2 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 The LineageOS Project +# Copyright (C) 2018-2022 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. @@ -15,3 +15,8 @@ PRODUCT_MAKEFILES := \ $(LOCAL_DIR)/aicp_albus.mk + +COMMON_LUNCH_CHOICES := \ + aicp_albus-user \ + aicp_albus-userdebug \ + aicp_albus-eng |
