diff options
| author | Dan Willemsen <dwillemsen@google.com> | 2018-04-04 16:49:07 -0700 |
|---|---|---|
| committer | codeworkx <daniel.hillenbrand@codeworkx.de> | 2019-09-15 11:30:42 +0200 |
| commit | b60b341d1e463f23f6d0d72ca6f1e688491e3866 (patch) | |
| tree | 4e4227fdcc3349ebc23cbad6480f4608710b838d | |
| parent | 69adb92b6cd60781af09fc45101499e601b12dd8 (diff) | |
dumpling: 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 80f99f9..4998710 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2017 The LineageOS Open Source Project +# Copyright (C) 2017-2019 The LineageOS 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. @@ -16,3 +16,8 @@ PRODUCT_MAKEFILES := \ $(LOCAL_DIR)/lineage_dumpling.mk + +COMMON_LUNCH_CHOICES := \ + lineage_dumpling-user \ + lineage_dumpling-userdebug \ + lineage_dumpling-eng |
