The *SignAndroidPackage* depends on the build target, so it always rebuilds
the application before packaging and signing. This makes it impossible (that
I know of) to obfuscate the main application assembly and rely on the
SignAndroidPackage target to package the obfuscated assembly. Is it possible
to add a new target that packages and signs the application, but doesn't
rebuild the main assembly? For example, something like this would work:

<Target Name="SignAndroidPackageOnly"
DependsOnTargets="_ValidateAndroidPackageProperties;_CompileAndroidPackage;_Sign"
/>

Or is there another way to do this that I am missing?

Thanks,
Matt

--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/Build-Target-Request-tp5709954.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to