mirror of
https://github.com/sipeed/MaixCDK.git
synced 2026-09-10 21:59:54 -05:00
optimize image.compress func and fix lvgl build error
This commit is contained in:
@@ -90,6 +90,8 @@ def find_valid_components(components):
|
||||
depends[name] = []
|
||||
for r in match:
|
||||
if r in components:
|
||||
if name == r:
|
||||
continue
|
||||
depends[name].append(r)
|
||||
# find main depends
|
||||
def get_depend_recursive(name):
|
||||
|
||||
Reference in New Issue
Block a user