blob: e6bd4dd845692031450405dfd20678c5d86f42e6 [file] [log] [blame]
#
# Copyright (C) 2022 SHIFT GmbH
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from full device.
$(call inherit-product, device/shift/axolotl/full_axolotl.mk)
# Inherit some common SHIFT stuff.
$(call inherit-product, vendor/shiftos/config/common_full.mk)
# Override product name for SHIFT.
PRODUCT_NAME := axolotl
#############################################################
PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := true
# Build super partition
PRODUCT_BUILD_SUPER_PARTITION := true
# DRM - Widevine
#ifeq ($(WITH_GMS_MAINLINE),true)
include vendor/widevine/service.mk
#endif