beyondx: Adapt for leaf

Change-Id: I1298000bc621157b3da90ced984d51d51686e207
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
index 0c53077..dc9fc1c 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_beyondx.mk
+    $(LOCAL_DIR)/beyondx.mk
 
 COMMON_LUNCH_CHOICES := \
-    lineage_beyondx-eng \
-    lineage_beyondx-user \
-    lineage_beyondx-userdebug
+    beyondx-eng \
+    beyondx-user \
+    beyondx-userdebug
diff --git a/lineage_beyondx.mk b/beyondx.mk
similarity index 91%
rename from lineage_beyondx.mk
rename to beyondx.mk
index 4ef2d27..90e3433 100644
--- a/lineage_beyondx.mk
+++ b/beyondx.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.
@@ -34,10 +35,10 @@
 TARGET_SCREEN_WIDTH := 1440
 
 ## 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_beyondx
+PRODUCT_NAME := beyondx
 PRODUCT_DEVICE := beyondx
 PRODUCT_BRAND := samsung
 PRODUCT_MODEL := SM-G977B
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"
-    }
-]