Finally, make sure android.jar now isn't built into / dexed into .apks

This commit is contained in:
Sean Owen 2017-01-24 15:20:06 +00:00
parent 225d8898a5
commit 27b686e132
No known key found for this signature in database
GPG key ID: F6CE9695C9318406

View file

@ -358,6 +358,12 @@
<path>${env.ANDROID_HOME}</path>
<platform>${android.platform}</platform>
</sdk>
<artifactSet>
<excludes>
<!-- Make sure Android SDK jar isn't included -->
<exclude>com.google.android:android</exclude>
</excludes>
</artifactSet>
<proguard>
<skip>true</skip>
</proguard>