Fix microg.xml path

This commit is contained in:
Karl Baumgartner
2025-03-22 04:10:27 +03:00
committed by GitHub
parent 0594cee1c8
commit 765749285c

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)