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:
parent
c3477ab2b8
commit
761206bc33
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user