Add shared uid app install test to cts.

This host test uses hosttestlib to verify that an apk which declares
a shared user id fails to install if its signed with a different certificate
than an existing app that declares the same shared userid.

Included in this CL are:
 - InstallTests.java, which is the test itself
 - two empty test apps that declare the same user id
 - two test certificates

The change to actually include this test in the CTS distribution will be
forthcoming in a separate CL, once b/1781345 is implemented.

For now, the test can be run via the 'runtest cts-appinstall' command.
15 files changed
tree: a8ac86576cd48106a13dd3d2b077e09e01e18267
  1. tests/
  2. tools/
  3. Android.mk