From 761206bc33af6c622ed108852d3cc1808ae22262 Mon Sep 17 00:00:00 2001 From: Karl Baumgartner Date: Wed, 2 Apr 2025 13:15:51 +0300 Subject: [PATCH] Revert microg.xml path Using /system for this file is hard-coded in MicroG but it breaks LineageOS device builds with strict requirements around what modules go into system. Reverting to unblock the builds for now. --- GmsCore/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GmsCore/Android.mk b/GmsCore/Android.mk index e3c28f8..e3745b6 100644 --- a/GmsCore/Android.mk +++ b/GmsCore/Android.mk @@ -27,7 +27,7 @@ include $(CLEAR_VARS) LOCAL_MODULE := microg.xml LOCAL_MODULE_TAGS := optional LOCAL_MODULE_CLASS := ETC -LOCAL_MODULE_PATH := $(TARGET_OUT_SYSTEM)/ +LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT_ETC)/ LOCAL_SRC_FILES := $(LOCAL_MODULE) include $(BUILD_PREBUILT)