blob: ffd6529cb960f450db9c67052796151348485e4d [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