aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/find/find-android.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/find/find-android.qbs')
-rw-r--r--tests/auto/blackbox/find/find-android.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/blackbox/find/find-android.qbs b/tests/auto/blackbox/find/find-android.qbs
index de5c78d10..1cde0ed84 100644
--- a/tests/auto/blackbox/find/find-android.qbs
+++ b/tests/auto/blackbox/find/find-android.qbs
@@ -41,6 +41,7 @@ Product {
if (product.moduleProperty("Android.sdk", "present")) {
tools["sdk"] = product.moduleProperty("Android.sdk", "sdkDir");
tools["sdk-build-tools-dx"] = product.Android.sdk.dxFilePath;
+ tools["sdk-build-tools-d8"] = product.Android.sdk.d8FilePath;
}
if (product.java && product.java.present)