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.
This commit is contained in:
Karl Baumgartner
2025-04-02 13:15:51 +03:00
committed by GitHub
parent c3477ab2b8
commit 761206bc33

View File

@@ -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)