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 | |
Justin Yun | 20bd5f6 | 2020-07-27 17:20:08 +0900 | [diff] [blame^] | 20 | # Enforce native interfaces of product partition as VNDK |
| 21 | PRODUCT_PRODUCT_VNDK_VERSION := current |
| 22 | |
| 23 | # Enforce java interfaces of product partition |
| 24 | PRODUCT_ENFORCE_PRODUCT_PARTITION_INTERFACE := true |
| 25 | |
| 26 | ############################################################# |
| 27 | |
Alexander Martinz | 4244d90 | 2022-12-22 18:15:04 +0100 | [diff] [blame] | 28 | # APEX |
| 29 | PRODUCT_COMPRESSED_APEX := true |
| 30 | MAINLINE_COMPRESS_APEX_ALL := $(PRODUCT_COMPRESSED_APEX) |
| 31 | |
Alexander Martinz | a409892 | 2022-12-22 11:13:52 +0100 | [diff] [blame] | 32 | # Automation/ATS |
| 33 | PRODUCT_PACKAGES += \ |
| 34 | automation_setup \ |
| 35 | |
Alexander Martinz | 70cea61 | 2023-01-11 15:39:57 +0100 | [diff] [blame] | 36 | ifeq ($(WITH_AUTOMATION_USERDATA),true) |
| 37 | PRODUCT_PACKAGES += automation_trigger |
| 38 | endif |
| 39 | |
Alexander Martinz | 37da4bd | 2022-05-31 09:45:56 +0200 | [diff] [blame] | 40 | # Build super partition |
| 41 | PRODUCT_BUILD_SUPER_PARTITION := true |
| 42 | |
Alexander Martinz | e9efc89 | 2023-01-18 15:09:22 +0100 | [diff] [blame] | 43 | # Widevine |
| 44 | PRODUCT_PACKAGES += \ |
| 45 | android.hardware.drm@1.3-service.widevine \ |
| 46 | libwvhidl \ |