From ce59b93e8ce3d8a7163ffc9a9a2bd0fa9a1c7022 Mon Sep 17 00:00:00 2001 From: ggow <9898181+ggow@users.noreply.github.com> Date: Sat, 29 Jan 2022 11:09:47 +0000 Subject: [PATCH] build: update for cm-14.1 branch --- cm.mk => lineage.mk | 2 +- vendorsetup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename cm.mk => lineage.mk (91%) diff --git a/cm.mk b/lineage.mk similarity index 91% rename from cm.mk rename to lineage.mk index cdc9436..60efea7 100644 --- a/cm.mk +++ b/lineage.mk @@ -9,5 +9,5 @@ PRODUCT_CHARACTERISTICS := tablet TARGET_SCREEN_WIDTH := 600 TARGET_SCREEN_HEIGHT := 1024 -PRODUCT_NAME := cm_austin +PRODUCT_NAME := lineage_austin PRODUCT_RELEASE_NAME := austin diff --git a/vendorsetup.sh b/vendorsetup.sh index cfb5ab9..2d73a11 100644 --- a/vendorsetup.sh +++ b/vendorsetup.sh @@ -1 +1 @@ -add_lunch_combo cm_austin-userdebug +add_lunch_combo lineage_austin-userdebug