mismatch or misordering in the <uses-library> tags between the build system and the manifest:
	- required libraries in build system: [1;31m[][0m
	                 vs. in the manifest: [1;31m[][0m
	- optional libraries in build system: [1;31m[android.ext.adservices][0m
	    and missing ones in build system: [1;31m[][0m
	                 vs. in the manifest: [1;31m[][0m
	- tags in the manifest (vendor/gms/product/packages/apps/arcore/arcore.apk):
		
[1;34mnote:[0m the following options are available:
	- to temporarily disable the check on command line, rebuild with [1mRELAX_USES_LIBRARY_CHECK=true[0m (this will set compiler filter "verify" and disable AOT-compilation in dexpreopt)
	- to temporarily disable the check for the whole product, set [1mPRODUCT_BROKEN_VERIFY_USES_LIBRARIES := true[0m in the product makefiles
	- to fix the check, make build system properties coherent with the manifest
	- for details, see [1;32mbuild/make/Changes.md[0m and [1;32mhttps://source.android.com/devices/tech/dalvik/art-class-loader-context[0m

