summaryrefslogtreecommitdiffstats
path: root/conanfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'conanfile.py')
-rw-r--r--conanfile.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/conanfile.py b/conanfile.py
index 396f5f9a60..257a354b85 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -448,8 +448,8 @@ class QtBase(ConanFile):
# as those probably differ on each machine
rm_list = [
"sdk",
- "android_sdk_path",
- "android_ndk_path",
+ "android_sdk",
+ "android_ndk",
"android_ndk_platform",
"android_abis",
"android_javac_target",