--- /dev/null
+#
+# Copyright (C) 2021 The LineageOS Project
+#
+# SPDX-License-Identifier: Apache-2.0
+#
+
+PRODUCT_MAKEFILES := \
+ $(LOCAL_DIR)/lineage_sabrina.mk
+
+COMMON_LUNCH_CHOICES := \
+ lineage_sabrina-eng \
+ lineage_sabrina-user \
+ lineage_sabrina-userdebug
--- /dev/null
+#
+# Copyright (C) 2021 The LineageOS Project
+#
+# SPDX-License-Identifier: Apache-2.0
+#
+
+include vendor/google/sabrina/BoardConfigVendor.mk
+
+include device/amlogic/g12-common/BoardConfigCommon.mk
+
+DEVICE_PATH := device/google/sabrina
+
+## Bootloader
+TARGET_BOOTLOADER_BOARD_NAME := sabrina
--- /dev/null
+#
+# Copyright (C) 2021 The LineageOS Project
+#
+# SPDX-License-Identifier: Apache-2.0
+#
+
+DEVICE_PATH := device/google/sabrina
+
+$(call inherit-product, vendor/google/sabrina/sabrina-vendor.mk)
+
+$(call inherit-product, device/amlogic/g12-common/g12.mk)
--- /dev/null
+#!/bin/bash
+#
+# Copyright (C) 2016 The CyanogenMod Project
+# Copyright (C) 2017-2020 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=sabrina
+export DEVICE_COMMON=g12-common
+export VENDOR_COMMON=amlogic
+export VENDOR_DEVICE=google
+
+"./../../${VENDOR_COMMON}/${DEVICE_COMMON}/extract-files.sh" "$@"
--- /dev/null
+[
+ {
+ "repository": "android_device_amlogic_g12-common",
+ "target_path": "device/amlogic/g12-common"
+ }
+]
--- /dev/null
+#
+# Copyright (C) 2021 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 := sabrina
+PRODUCT_GMS_CLIENTID_BASE := android-google-tv
+PRODUCT_MANUFACTURER := Google
+PRODUCT_MODEL := Chromecast
+PRODUCT_NAME := lineage_sabrina
+
+PRODUCT_BUILD_PROP_OVERRIDES += \
+ PRODUCT_NAME=sabrina \
+ PRIVATE_BUILD_DESC="sabrina_prod_stable-user 10 QTS1.210311.008 7350836 release-keys"
+
+BUILD_FINGERPRINT := google/sabrina_prod_stable/sabrina:10/QTS1.210311.008/7350836:user/release-keys
--- /dev/null
+#!/bin/bash
+#
+# Copyright (C) 2016 The CyanogenMod Project
+# Copyright (C) 2017-2020 The LineageOS Project
+#
+# SPDX-License-Identifier: Apache-2.0
+#
+
+set -e
+
+export DEVICE=sabrina
+export DEVICE_COMMON=g12-common
+export VENDOR_COMMON=amlogic
+export VENDOR_DEVICE=google
+
+"./../../${VENDOR_COMMON}/${DEVICE_COMMON}/setup-makefiles.sh" "$@"