From ecfe257da2b470c1d67ab7b357a27a6b661c562a Mon Sep 17 00:00:00 2001 From: Caroline Joy Bell Date: Fri, 13 Jan 2023 07:50:03 -0800 Subject: [PATCH] Update tasks.json --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 0e74f0cb..5b236400 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -26,7 +26,7 @@ } }, { - "label": "Configure Waf for Debug on outdated Android", + "label": "Configure Waf for Debug on Android (NDK r10e)", "type": "shell", "command": "./waf configure -T release --android=armeabi-v7a-hard,4.9,21", "problemMatcher": [],