18 lines
608 B
Makefile
18 lines
608 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/gms.mk)
|
|
|
|
# Location — provided by microG's UnifiedNlp backend
|
|
PRODUCT_COPY_FILES += \
|
|
frameworks/native/data/etc/android.hardware.location.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.location.xml
|