zenfone9: Don't specify an apktool option for com.qualcomm.location patch

Fix the dex file decode issue
F DEBUG   : Abort message: 'Check failed: dex_file_sha1 != external_dex_files_[i]->GetSha1() '

Change-Id: I8877ee77c7bf198dc331823825187f278963d093
Signed-off-by: micky387 <mickaelsaibi@free.fr>
diff --git a/extract-files.py b/extract-files.py
index e95b2c8..e9e8513 100755
--- a/extract-files.py
+++ b/extract-files.py
@@ -55,7 +55,7 @@
     'system/priv-app/AsusGallery/AsusGallery.apk': blob_fixup()
         .apktool_patch('blob-patches/AsusGallery.patch', '-s'),
     'system_ext/priv-app/com.qualcomm.location/com.qualcomm.location.apk': blob_fixup()
-        .apktool_patch('blob-patches/com.qualcomm.location.patch', '-r'),
+        .apktool_patch('blob-patches/com.qualcomm.location.patch'),
     ('vendor/bin/vendor.dpmd',
       'vendor/bin/hw/android.hardware.audio.service_64',
       'vendor/bin/hw/vendor.qti.hardware.AGMIPC@1.0-service'): blob_fixup()