sm7125-common:RealmeParts:add LOCAL_OPTIONAL_USES_LIBRARIES

error: mismatch in the <uses-library> tags between the build system and the manifest:
        - required libraries in build system: []
                         vs. in the manifest: []
        - optional libraries in build system: []
                         vs. in the manifest: [androidx.window.extensions, androidx.window.sidecar]
        - tags in the manifest (out/target/common/obj/APPS/RealmeParts_intermediates/manifest/AndroidManifest.xml):
                <uses-library android:name="androidx.window.extensions" android:required="false"/>
                <uses-library android:name="androidx.window.sidecar" android:required="false"/>
This commit is contained in:
darkphnx
2024-05-14 14:30:03 +00:00
committed by debdeep199x
parent 56ca9601da
commit 1a7b003dee

View File

@@ -28,6 +28,10 @@ LOCAL_PACKAGE_NAME := RealmeParts
LOCAL_CERTIFICATE := platform
LOCAL_PRIVILEGED_MODULE := true
LOCAL_OPTIONAL_USES_LIBRARIES := \
androidx.window.extensions \
androidx.window.sidecar
LOCAL_RESOURCE_DIR := \
$(LOCAL_PATH)/res