From d03927117da73ceb00ffbfadeffaf15e3a5d8914 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 0e74f0cb0b..5b236400e5 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": [],