Skip to content

Commit 11acb55

Browse files
committed
deno install support
1 parent a66913d commit 11acb55

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@ export BUN_INSTALL=${SDKROOT}/bun
134134

135135
EXTRABINS="$EXTRABINS $BUN_INSTALL/bin"
136136

137+
# ================= deno ==================
138+
export DENO_INSTALL=${SDKROOT}/deno
139+
140+
EXTRABINS="$EXTRABINS $DENO_INSTALL/bin"
141+
137142
# ================ aosp ===================
138143

139144
export AOSP_NDK=${AOSP_NDK:-25.2.9519653}

0 commit comments

Comments
 (0)