Adjust microg config path

/product can't be used for now
https://github.com/microg/GmsCore/issues/1976

also move the wording around so it can be easier to remove later
after a new release is tagged

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-07-07 13:33:11 -04:00
parent 492ed24ca2
commit 5bc210f135
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
5 changed files with 11 additions and 11 deletions

View file

@ -23,9 +23,9 @@ include $(CLEAR_VARS)
LOCAL_MODULE := microg.xml
LOCAL_MODULE_CLASS := ETC
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT_ETC)
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)
LOCAL_SRC_FILES := $(LOCAL_MODULE)
LOCAL_PRODUCT_MODULE := true
LOCAL_PRODUCT_MODULE := false
include $(BUILD_PREBUILT)