Alexander Martinz | e925b6f | 2022-04-08 08:52:53 +0200 | [diff] [blame] | 1 | # |
| 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. |
| 14 | PRODUCT_NAME := axolotl |
Alexander Martinz | 90fc228 | 2022-04-26 19:53:05 +0200 | [diff] [blame] | 15 | |
| 16 | ############################################################# |
| 17 | |
Alexander Martinz | 8c219dd | 2022-12-22 00:28:34 +0100 | [diff] [blame^] | 18 | PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := true |
| 19 | |
Alexander Martinz | 37da4bd | 2022-05-31 09:45:56 +0200 | [diff] [blame] | 20 | # Build super partition |
| 21 | PRODUCT_BUILD_SUPER_PARTITION := true |
| 22 | |
Alexander Martinz | b6fc418 | 2022-12-22 00:04:56 +0100 | [diff] [blame] | 23 | # DRM - Widevine |
| 24 | ifeq ($(WITH_GMS_MAINLINE),true) |
| 25 | include vendor/widevine/service.mk |
| 26 | endif |