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": [],