odroidc4: Move tablet builds support to the proper tree
authorBruno Martins <bgcngm@gmail.com>
Wed, 25 Oct 2023 13:57:24 +0000 (14:57 +0100)
committerBruno Martins <bgcngm@gmail.com>
Wed, 25 Oct 2023 14:50:49 +0000 (15:50 +0100)
Otherwise EPPE is broken since it expects the following path:
device/*/$(LINEAGE_BUILD)/$(TARGET_PRODUCT).mk

Change-Id: Iadef814f0a3bf4f1948da73b8fe437b10ebba8ed

AndroidProducts.mk
lineage_odroidc4_tab.mk [deleted file]
odroidc4_tab/BoardConfig.mk [deleted file]

index cd63f4fecc8ae607832e2da6de7e9ce1da8ccb35..4fa4a58808b3fd3658b52a154bfa26562f45d0d0 100644 (file)
@@ -1,17 +1,13 @@
 #
-# Copyright (C) 2021 The LineageOS Project
+# Copyright (C) 2021-2023 The LineageOS Project
 #
 # SPDX-License-Identifier: Apache-2.0
 #
 
 PRODUCT_MAKEFILES := \
-    $(LOCAL_DIR)/lineage_odroidc4.mk \
-    $(LOCAL_DIR)/lineage_odroidc4_tab.mk \
+    $(LOCAL_DIR)/lineage_odroidc4.mk
 
 COMMON_LUNCH_CHOICES := \
     lineage_odroidc4-eng \
-    lineage_odroidc4_tab-eng \
     lineage_odroidc4-user \
-    lineage_odroidc4_tab-user \
-    lineage_odroidc4-userdebug \
-    lineage_odroidc4_tab-userdebug
+    lineage_odroidc4-userdebug
diff --git a/lineage_odroidc4_tab.mk b/lineage_odroidc4_tab.mk
deleted file mode 100644 (file)
index 1f78f21..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-#
-# Copyright (C) 2021-2023 The LineageOS Project
-#
-# SPDX-License-Identifier: Apache-2.0
-#
-
-# Inherit some common AOSP stuff
-$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
-
-# Inherit some common Lineage stuff
-$(call inherit-product, vendor/lineage/config/common_mini_tablet_wifionly.mk)
-
-# Inherit device configuration
-$(call inherit-product, $(LOCAL_PATH)/device.mk)
-
-## Device identifier. This must come after all inclusions
-PRODUCT_BRAND := hardkernel
-PRODUCT_DEVICE := odroidc4_tab
-PRODUCT_GMS_CLIENTID_BASE := android-askey-tv
-PRODUCT_MANUFACTURER := hardkernel
-PRODUCT_MODEL := odroid c4
-PRODUCT_NAME := lineage_odroidc4_tab
-
-PRODUCT_BUILD_PROP_OVERRIDES += \
-    PRODUCT_NAME=adt3 \
-    PRIVATE_BUILD_DESC="adt3-user 11 RTT1.200909.003.A2 6832896 release-keys"
-
-BUILD_FINGERPRINT := ADT-3/adt3/adt3:11/RTT1.200909.003.A2/6832896:user/release-keys
diff --git a/odroidc4_tab/BoardConfig.mk b/odroidc4_tab/BoardConfig.mk
deleted file mode 100644 (file)
index 7521fb4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-include device/hardkernel/odroidc4/BoardConfig.mk