blob: ffd6529cb960f450db9c67052796151348485e4d [file] [log] [blame]
Alexander Martinze925b6f2022-04-08 08:52:53 +02001#
2# Copyright (C) 2022 SHIFT GmbH
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6
7# Inherit from full device.
8$(call inherit-product, device/shift/axolotl/full_axolotl.mk)
9
10# Inherit some common SHIFT stuff.
11$(call inherit-product, vendor/shiftos/config/common_full.mk)
12
13# Override product name for SHIFT.
14PRODUCT_NAME := axolotl
Alexander Martinz90fc2282022-04-26 19:53:05 +020015
16#############################################################
17
Alexander Martinz8c219dd2022-12-22 00:28:34 +010018PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := true
19
Alexander Martinz37da4bd2022-05-31 09:45:56 +020020# Build super partition
21PRODUCT_BUILD_SUPER_PARTITION := true
22
Alexander Martinzb6fc4182022-12-22 00:04:56 +010023# DRM - Widevine
24ifeq ($(WITH_GMS_MAINLINE),true)
25include vendor/widevine/service.mk
26endif