--- /dev/null
+#
+# Copyright (C) 2022 The LineageOS Project
+#
+# SPDX-License-Identifier: Apache-2.0
+#
+
+PRODUCT_MAKEFILES := \
+ $(LOCAL_DIR)/lineage_beast.mk
+
+COMMON_LUNCH_CHOICES := \
+ lineage_beast-eng \
+ lineage_beast-user \
+ lineage_beast-userdebug
--- /dev/null
+#
+# Copyright (C) 2022 The LineageOS Project
+#
+# SPDX-License-Identifier: Apache-2.0
+#
+
+include device/amlogic/gx-common/BoardConfigCommon.mk
+
+DEVICE_PATH := device/google/beast
+
+## Bootloader
+TARGET_BOOTLOADER_BOARD_NAME := Beast
--- /dev/null
+#
+# Copyright (C) 2022 The LineageOS Project
+#
+# SPDX-License-Identifier: Apache-2.0
+#
+
+DEVICE_PATH := device/google/beast
+
+$(call inherit-product, vendor/google/beast/beast-vendor.mk)
+
+$(call inherit-product, device/amlogic/gx-common/gx.mk)
+
+## Platform
+TARGET_AMLOGIC_SOC := gxl
--- /dev/null
+#!/bin/bash
+#
+# Copyright (C) 2016 The CyanogenMod Project
+# Copyright (C) 2017-2022 The LineageOS Project
+#
+# SPDX-License-Identifier: Apache-2.0
+#
+
+# If we're being sourced by the common script that we called,
+# stop right here. No need to go down the rabbit hole.
+if [ "${BASH_SOURCE[0]}" != "${0}" ]; then
+ return
+fi
+
+set -e
+
+export DEVICE=beast
+export DEVICE_COMMON=gx-common
+export VENDOR_COMMON=amlogic
+export VENDOR_DEVICE=google
+
+"./../../${VENDOR_COMMON}/${DEVICE_COMMON}/extract-files.sh" "$@"
--- /dev/null
+[
+ {
+ "repository": "android_device_amlogic_gx-common",
+ "target_path": "device/amlogic/gx-common"
+ }
+]
--- /dev/null
+#
+# Copyright (C) 2022 The LineageOS Project
+#
+# SPDX-License-Identifier: Apache-2.0
+#
+
+# Inherit some common AOSP stuff
+$(call inherit-product, device/google/atv/products/atv_base.mk)
+
+# Inherit some common Lineage stuff
+$(call inherit-product, vendor/lineage/config/common_full_tv.mk)
+
+# Inherit device configuration
+$(call inherit-product, $(LOCAL_PATH)/device.mk)
+
+## Device identifier. This must come after all inclusions
+PRODUCT_BRAND := google
+PRODUCT_DEVICE := beast
+PRODUCT_GMS_CLIENTID_BASE := android-google-tv
+PRODUCT_MANUFACTURER := Google
+PRODUCT_MODEL := ADT-2
+PRODUCT_NAME := lineage_beast
+
+PRODUCT_BUILD_PROP_OVERRIDES += \
+ PRODUCT_NAME=adt2 \
+ PRIVATE_BUILD_DESC="adt2-user 9 PTT5.190307.001 5360859 dev-keys"
+
+BUILD_FINGERPRINT := google/adt2/adt2:9/PTT5.190307.001/5360859:user/dev-keys
--- /dev/null
+### All blobs from this list, unless pinned and noted as otherwise,
+## are from adt2-user 9 PTT5.190307.001 5360859 dev-keys.
+
+## DRM
+vendor/lib/liboemcrypto.so
--- /dev/null
+#!/bin/bash
+#
+# Copyright (C) 2016 The CyanogenMod Project
+# Copyright (C) 2017-2021 The LineageOS Project
+#
+# SPDX-License-Identifier: Apache-2.0
+#
+
+set -e
+
+export DEVICE=beast
+export DEVICE_COMMON=gx-common
+export VENDOR_COMMON=amlogic
+export VENDOR_DEVICE=google
+
+"./../../${VENDOR_COMMON}/${DEVICE_COMMON}/setup-makefiles.sh" "$@"