beyond0lte: Adapt for leaf
Change-Id: I1a9f5a8f0b29c76f2e037387ee34953ceed1caba
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
index 6595e8a..818dc82 100644
--- a/AndroidProducts.mk
+++ b/AndroidProducts.mk
@@ -1,5 +1,6 @@
#
# Copyright (C) 2021 The LineageOS Project
+# Copyright (C) 2022 The LeafOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -15,9 +16,9 @@
#
PRODUCT_MAKEFILES := \
- $(LOCAL_DIR)/lineage_beyond0lte.mk
+ $(LOCAL_DIR)/beyond0lte.mk
COMMON_LUNCH_CHOICES := \
- lineage_beyond0lte-eng \
- lineage_beyond0lte-user \
- lineage_beyond0lte-userdebug
+ beyond0lte-eng \
+ beyond0lte-user \
+ beyond0lte-userdebug
diff --git a/lineage_beyond0lte.mk b/beyond0lte.mk
similarity index 91%
rename from lineage_beyond0lte.mk
rename to beyond0lte.mk
index 06a7ca9..76cd247 100644
--- a/lineage_beyond0lte.mk
+++ b/beyond0lte.mk
@@ -1,5 +1,6 @@
#
# Copyright (C) 2021 The LineageOS Project
+# Copyright (C) 2022 The LeafOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -31,10 +32,10 @@
TARGET_SCREEN_WIDTH := 1080
## Inherit some common Lineage stuff
-$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
+$(call inherit-product, vendor/leaf/config/common_full_phone.mk)
## Device identifier, this must come after all inclusions
-PRODUCT_NAME := lineage_beyond0lte
+PRODUCT_NAME := beyond0lte
PRODUCT_DEVICE := beyond0lte
PRODUCT_BRAND := samsung
PRODUCT_MODEL := SM-G970F
diff --git a/lineage.dependencies b/lineage.dependencies
deleted file mode 100644
index 714d4f9..0000000
--- a/lineage.dependencies
+++ /dev/null
@@ -1,6 +0,0 @@
-[
- {
- "repository": "android_device_samsung_exynos9820-common",
- "target_path": "device/samsung/exynos9820-common"
- }
-]