From 674335be5da51d2a9ec9e623425cca2090b313c1 Mon Sep 17 00:00:00 2001 From: merothh Date: Mon, 21 Mar 2022 12:21:59 +0530 Subject: [PATCH] GS290: Regenerate makefiles --- Android.bp | 4 ++-- Android.mk | 6 +++--- BoardConfigVendor.mk | 4 ++-- GS290-vendor.mk | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Android.bp b/Android.bp index 922cc7f..f327123 100644 --- a/Android.bp +++ b/Android.bp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2020-2021 The LineageOS Project + * Copyright (C) 2020-2022 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. @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * This file is generated by device/gigaset//setup-makefiles.sh + * This file is generated by device/gigaset/GS290/setup-makefiles.sh */ soong_namespace { diff --git a/Android.mk b/Android.mk index 03f029f..e6f1c1b 100644 --- a/Android.mk +++ b/Android.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2021 The LineageOS Project +# Copyright (C) 2020-2022 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. @@ -12,10 +12,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -# This file is generated by device/gigaset//setup-makefiles.sh +# This file is generated by device/gigaset/GS290/setup-makefiles.sh LOCAL_PATH := $(call my-dir) -ifneq ($(filter yggdrasil,$(TARGET_DEVICE)),) +ifeq ($(TARGET_DEVICE),GS290) endif diff --git a/BoardConfigVendor.mk b/BoardConfigVendor.mk index eef6d89..dc510d4 100644 --- a/BoardConfigVendor.mk +++ b/BoardConfigVendor.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2021 The LineageOS Project +# Copyright (C) 2020-2022 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. @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -# This file is generated by device/gigaset//setup-makefiles.sh +# This file is generated by device/gigaset/GS290/setup-makefiles.sh diff --git a/GS290-vendor.mk b/GS290-vendor.mk index 65846f2..2a3dd9d 100644 --- a/GS290-vendor.mk +++ b/GS290-vendor.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2021 The LineageOS Project +# Copyright (C) 2020-2022 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. -- GitLab