Files
android_vendor_pawlet/config/microg.mk
T
oxmc 0933d1928d config: hoist MicroG include to common, drop day-one webview, unpin patch date
- 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
2026-07-15 07:30:43 -07:00

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