mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
Replicate Build system v1 behavior where the 'main' component implicitly depends on the discovered components (or the app-restricted __SHIM_COMPONENTS list) when no explicit REQUIRES/PRIV_REQUIRES is set. Gated on __V1_COMPAT_SHIM so native Build system v2 projects retain their explicit dependency contract. Co-authored-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>