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