Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 017b7aeb authored by Alexander Martinz's avatar Alexander Martinz
Browse files

axolotl: specify GMS and mainline modules makefile



Explicitly set MAINLINE_MODULES_MAKEFILE to the default value
to enforce checking the makefile existance.

Disable it for now though, until mainline modules are in a better
state for S.

Change-Id: I333dd57ce64b168bb7ed21b716cbe0efd6db8bfb
Signed-off-by: Alexander Martinz's avatarAlexander Martinz <amartinz@shiftphones.com>
parent 095c8592
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
#
# Copyright (C) 2021 SHIFT GmbH
# Copyright (C) 2021 The LineageOS Project
# Copyright (C) 2021-2022 SHIFT GmbH
# Copyright (C) 2021-2022 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
@@ -17,6 +17,10 @@ PRODUCT_MANUFACTURER := SHIFT
PRODUCT_GMS_CLIENTID_BASE := android-malata
PRODUCT_SHIPPING_API_LEVEL := 29

# GMS (EEA - v2 - 4c)
GMS_MAKEFILE := gms_eea_v2_type4c.mk
#MAINLINE_MODULES_MAKEFILE := mainline_modules.mk

# ShiftOS - 3.5 G (20211124)
PRODUCT_BUILD_PROP_OVERRIDES += \
    TARGET_DEVICE=axolotl \
+3 −3
Original line number Diff line number Diff line
#
# Copyright (C) 2021 SHIFT GmbH
# Copyright (C) 2021 The LineageOS Project
# Copyright (C) 2021-2022 SHIFT GmbH
# Copyright (C) 2021-2022 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#

# Inherit from AOSP device.
# Inherit from full device.
$(call inherit-product, device/shift/axolotl/full_axolotl.mk)

# Inherit some common Lineage stuff.