@@ -63,23 +63,24 @@ assetsenv.Install("${LIB_DIST_DIR}", assetslib)
63
63
64
64
if assetsenv ["IS_BASE_FIRMWARE" ]:
65
65
# External dolphin animations
66
- dolphin_external = assetsenv .DolphinExtBuilder (
67
- assetsenv .Dir ("#/assets/resources/dolphin" ),
68
- assetsenv .Dir ("#/assets/dolphin" ),
69
- DOLPHIN_RES_TYPE = "external" ,
70
- )
71
- assetsenv .NoClean (dolphin_external )
72
- if assetsenv ["FORCE" ]:
73
- assetsenv .AlwaysBuild (dolphin_external )
74
- assetsenv .Alias ("dolphin_ext" , dolphin_external )
66
+ # dolphin_external = assetsenv.DolphinExtBuilder(
67
+ # assetsenv.Dir("#/assets/resources/dolphin"),
68
+ # assetsenv.Dir("#/assets/dolphin"),
69
+ # DOLPHIN_RES_TYPE="external",
70
+ # )
71
+ # assetsenv.NoClean(dolphin_external)
72
+ # if assetsenv["FORCE"]:
73
+ # assetsenv.AlwaysBuild(dolphin_external)
74
+ # assetsenv.Alias("dolphin_ext", dolphin_external)
75
75
# assetsenv.Clean(dolphin_external, assetsenv.Dir("#/assets/resources/dolphin"))
76
76
77
77
# Resources manifest
78
78
resources = assetsenv .Command (
79
79
"#/assets/resources/Manifest" ,
80
- assetsenv .GlobRecursive (
81
- "*" , assetsenv .Dir ("resources" ).srcnode (), exclude = "Manifest"
82
- ),
80
+ assetsenv .GlobRecursive ("*" , "resources" , exclude = "Manifest" ),
81
+ # assetsenv.GlobRecursive(
82
+ # "*", assetsenv.Dir("resources").srcnode(), exclude="Manifest"
83
+ # ),
83
84
action = Action (
84
85
'${PYTHON3} "${ASSETS_COMPILER}" manifest "${TARGET.dir.posix}" --timestamp=${GIT_UNIX_TIMESTAMP}' ,
85
86
"${RESMANIFESTCOMSTR}" ,
0 commit comments