Skip to content

Commit 223d49d

Browse files
committed
Correct reference build target.
1 parent 3d5e1df commit 223d49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Android/android.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def build_targets(context):
296296
make_build_python(context)
297297

298298
for host in HOSTS:
299-
if context.target in {"all", "build", host}:
299+
if context.target in {"all", "hosts", host}:
300300
configure_host_python(context, host)
301301
make_host_python(context, host)
302302

0 commit comments

Comments
 (0)