Alexander Martinz | 5f8d3a5 | 2022-04-07 19:54:32 +0200 | [diff] [blame] | 1 | PRODUCT_BRAND ?= SHIFT |
2 | |||||
3 | # If not set, default to true | ||||
4 | SHIFT_BUILD_WITH_GMS ?= true | ||||
Alexander Martinz | b038f0f | 2022-04-08 13:32:10 +0200 | [diff] [blame] | 5 | |
Alexander Martinz | eb4df74 | 2022-04-08 16:17:34 +0200 | [diff] [blame^] | 6 | # Packages |
7 | include vendor/shiftos/config/packages.mk | ||||
8 | |||||
Alexander Martinz | b038f0f | 2022-04-08 13:32:10 +0200 | [diff] [blame] | 9 | # Private bits if existing |
10 | -include vendor/shiftos/private/common.mk |