On this Makefile: https://github.com/GrapheneOS/platform_frameworks_base/blob/11/Android.mk I found
SDK_METADATA_DIR :=$= $(call intermediates-dir-for,PACKAGING,framework-doc-stubs-metadata,,COMMON)
What does :=$=
means?
I found nothing here: What's the difference between := and = in Makefile? neither on the links provided