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 | |
| 18 | # Widevine |
| 19 | PRODUCT_PACKAGES += \ |
| 20 | android.hardware.drm@1.4-service.widevine \ |
| 21 | |
| 22 | PRODUCT_PACKAGES += \ |
| 23 | libwvdrmengine \ |
| 24 | libwvhidl \ |