Add prebuilts for liblzf, protobuf, ant-glob & propertysheet

This CL adds the following 4 prebuilts from the Android source tree:
 - ant-glob
 - propertysheet
 - liblzf
 - libprotobuf-java-lite

All of them were built by checking out the full Android source tree,
then doing:
 $ lunch sdk-eng
 $ make ant-glob propertysheet liblzf libprotobuf-java-lite
and copying the artifacts from out/host/<platform>/framework folder.
Note: These artifacts were be built with Java6.

ant-glob and propertysheet are now included in the ub-tools manifest,
so these will eventually be built from sources and the prebuilt will
be removed.

Change-Id: I543e312d69255dd63becc04a83dd835971dc3a82
41 files changed