Conan: Fix invalid options for package_id checksum

The android specific options were plain wrong:
  - android_sdk_path -> android_sdk
  - android_ndk_path -> android_ndk

These reflect the Qt configure options.

Pick-to: 6.2
Change-Id: I0b9283b6603aff8243208216baffe263d37b6541
Reviewed-by: Matti Paaso <matti.paaso@qt.io>
This commit is contained in:
Iikka Eklund 2021-09-15 14:06:30 +03:00
parent 9cd87a778d
commit 66b1b80642

View File

@ -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",