Merge pull request #43 Fix microg.xml path from karlbaumg/karlbaumg-patch-1

Fix microg.xml path
This commit is contained in:
Pete Fotheringham 2025-03-23 06:46:32 +00:00 committed by GitHub
commit c3477ab2b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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_PRODUCT_ETC)/
LOCAL_MODULE_PATH := $(TARGET_OUT_SYSTEM)/
LOCAL_SRC_FILES := $(LOCAL_MODULE)
include $(BUILD_PREBUILT)