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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user