From 6ce1be3e1531af1d6d6348eab500026f8c52344a Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Sun, 8 Sep 2019 15:32:39 +0200 Subject: [PATCH] Add generic lineage targets to lunch choices Change-Id: I80d77d7cdbdfa156e951003a218ba8a58d51b3d4 --- build/target/product/AndroidProducts.mk | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build/target/product/AndroidProducts.mk b/build/target/product/AndroidProducts.mk index d92c4673..6fb1a041 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 @@ PRODUCT_MAKEFILES := \ $(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