Alexander Martinz | 10fc181 | 2024-04-02 17:13:16 +0200 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2024 SHIFT GmbH |
| 3 | # |
| 4 | # SPDX-License-Identifier: Apache-2.0 |
| 5 | # |
| 6 | |
| 7 | PRODUCT_BRAND ?= SHIFT |
| 8 | |
| 9 | # If not set, default to true |
| 10 | SHIFT_BUILD_WITH_GMS ?= true |
| 11 | |
| 12 | # Boot and Shutdown animations |
Alexander Martinz | 8389227 | 2024-04-02 17:23:34 +0200 | [diff] [blame] | 13 | include vendor/shiftos/config/bootanimation.mk |
Alexander Martinz | 10fc181 | 2024-04-02 17:13:16 +0200 | [diff] [blame] | 14 | |
| 15 | # Packages |
Alexander Martinz | aa77296 | 2024-04-02 17:29:10 +0200 | [diff] [blame] | 16 | include vendor/shiftos/config/packages.mk |
Alexander Martinz | 10fc181 | 2024-04-02 17:13:16 +0200 | [diff] [blame] | 17 | |
| 18 | # ShiftOS permissions |
Alexander Martinz | 7884bcc | 2024-04-02 17:16:58 +0200 | [diff] [blame] | 19 | include vendor/shiftos/config/permissions.mk |
Alexander Martinz | 10fc181 | 2024-04-02 17:13:16 +0200 | [diff] [blame] | 20 | |
Alexander Martinz | 9ad9af9 | 2024-08-22 19:42:30 +0200 | [diff] [blame] | 21 | # Private bits if existing |
| 22 | -include vendor/shiftos/private/common.mk |
| 23 | |
Alexander Martinz | 10fc181 | 2024-04-02 17:13:16 +0200 | [diff] [blame] | 24 | # Include ADB keys for debuggable builds |
| 25 | -include vendor/shiftos/security/adb/adb_keys.mk |