14 lines
404 B
Makefile
14 lines
404 B
Makefile
#
|
|
# Copyright (C) 2025-2026 oxmc / PawletOS
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# MicroG product config.
|
|
# Uncomment the vendor/partner_gms entry in android_local_manifest/pawletos.xml
|
|
# before enabling this, then include from rpi_common.mk or a device .mk:
|
|
# $(call inherit-product, vendor/pawlet/config/microg.mk)
|
|
#
|
|
|
|
WITH_GMS := true
|
|
$(call inherit-product, vendor/partner_gms/products/gms.mk)
|