SDK: generate system-image.zip in sdk_repo
Also:
- in the images_*_source.props, we can't have the platform
version name (the human readable string). It's not a valid
property of the XML.
- disable the included-abi in the platform.
Change-Id: I3db62fde5e436bbe8f8e69eb1495ca4e6b954ba2
diff --git a/sdk/platform_source.properties b/sdk/platform_source.properties
index 356fc97..8d64c73 100644
--- a/sdk/platform_source.properties
+++ b/sdk/platform_source.properties
@@ -1,6 +1,6 @@
Pkg.Desc=Android SDK Platform 4.0
Pkg.UserSrc=false
-Platform.IncludedAbi=armeabi
+#Platform.IncludedAbi= #sys-img is not bundled in platform
Platform.Version=4.0
Pkg.Revision=1
Layoutlib.Api=4