0933d1928d
- MicroG inherit moves from rpi_common.mk into common.mk so every product gets it, not just RPi devices; microg.mk doc comment updated (vendor/partner_gms is now unconditionally in the manifest) - drop the LineageOS chromium-webview day-one provider from PRODUCT_PACKAGES - comment out the PAWLET_SECURITY_PATCH/PLATFORM_SECURITY_PATCH pin, falling back to the platform default
17 lines
501 B
Makefile
17 lines
501 B
Makefile
#
|
|
# Copyright (C) 2025-2026 oxmc / PawletOS
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# MicroG product config.
|
|
# 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
|