Add generic lineage targets to lunch choices

Change-Id: I80d77d7cdbdfa156e951003a218ba8a58d51b3d4
diff --git a/build/target/product/AndroidProducts.mk b/build/target/product/AndroidProducts.mk
index d92c467..6fb1a04 100644
--- a/build/target/product/AndroidProducts.mk
+++ b/build/target/product/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.
@@ -19,3 +19,9 @@
     $(LOCAL_DIR)/lineage_arm64.mk \
     $(LOCAL_DIR)/lineage_x86.mk \
     $(LOCAL_DIR)/lineage_x86_64.mk
+
+COMMON_LUNCH_CHOICES := \
+    lineage_arm-userdebug \
+    lineage_arm64-userdebug \
+    lineage_x86-userdebug \
+    lineage_x86_64-userdebug