diff --git a/build-tools/create-packs/SignVerifyIgnore.txt b/build-tools/create-packs/SignVerifyIgnore.txt
index dafe2965001..16340349a32 100644
--- a/build-tools/create-packs/SignVerifyIgnore.txt
+++ b/build-tools/create-packs/SignVerifyIgnore.txt
@@ -1,3 +1,2 @@
**\*.xml,ignore unsigned xml
**\cab*.cab.cab,ignore unsigned .cab
-**\com\sun\jna\win32-*\jnidispatch.dll, ignore external bundletool.jar content
diff --git a/src/bundletool/bundletool.targets b/src/bundletool/bundletool.targets
index f0e072c0320..5756fdfb680 100644
--- a/src/bundletool/bundletool.targets
+++ b/src/bundletool/bundletool.targets
@@ -4,7 +4,8 @@
<_Destination>$(MicrosoftAndroidSdkOutDir)
obj\$(Configuration)\
<_BundleToolDownloadLocation>$(AndroidToolchainCacheDirectory)\bundletool-all-$(XABundleToolVersion).jar
- <_BundleToolExtractLocation>$(AndroidToolchainCacheDirectory)\bundletool-unzip
+ <_BundleToolCopyLocation>$(AndroidToolchainCacheDirectory)\bundletool-all-$(XABundleToolVersion)-copy.jar
+ <_BundleToolExtractLocation>$(AndroidToolchainCacheDirectory)\bundletool-unzip-$(XABundleToolVersion)
<_JarPath Condition=" '$(JavaSdkDirectory)' != '' ">$(JavaSdkDirectory)/bin/jar
<_JarPath Condition=" '$(_JarPath)' == '' ">jar
@@ -21,16 +22,23 @@
DependsOnTargets="_DownloadBundleTool"
Inputs="$(_BundleToolDownloadLocation)"
Outputs="$(_Destination)bundletool.jar" >
-
+
-
-
-
-
+
+
+
+
+
+
+