blob: 411896ee0f5ba21ed90dc0172681d9c87faafca5 [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 Martinz4244d902022-12-22 18:15:04 +010020# APEX
21PRODUCT_COMPRESSED_APEX := true
22MAINLINE_COMPRESS_APEX_ALL := $(PRODUCT_COMPRESSED_APEX)
23
Alexander Martinz37da4bd2022-05-31 09:45:56 +020024# Build super partition
25PRODUCT_BUILD_SUPER_PARTITION := true
26
Alexander Martinzb6fc4182022-12-22 00:04:56 +010027# DRM - Widevine
Alexander Martinz950eb6a2022-12-22 00:10:54 +010028#ifeq ($(WITH_GMS_MAINLINE),true)
Alexander Martinzb6fc4182022-12-22 00:04:56 +010029include vendor/widevine/service.mk
Alexander Martinz950eb6a2022-12-22 00:10:54 +010030#endif