diff options
| author | Dan Willemsen <dwillemsen@google.com> | 2018-04-04 16:49:07 -0700 |
|---|---|---|
| committer | Julian Veit <claymore1298@gmail.com> | 2019-10-04 22:09:35 +0200 |
| commit | 30531f122a48980a710ec847f98ebc436e4909dd (patch) | |
| tree | f7ee4309f23992ba3a9fad98b92485a98a1d56dd | |
| parent | aab290ef3c07bc0d8183d801b1c575467e153e7a (diff) | |
m8: 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 0b02f70..cf6b750 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 The LineageOS Project +# Copyright (C) 2018-2019 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_m8.mk + +COMMON_LUNCH_CHOICES := \ + aicp_m8-user \ + aicp_m8-userdebug \ + aicp_m8-eng |
