]> git.saurik.com Git - android/aapt.git/commit
Add platform infrastructure for features.
authorDianne Hackborn <hackbod@google.com>
Fri, 28 Aug 2009 03:08:01 +0000 (20:08 -0700)
committerDianne Hackborn <hackbod@google.com>
Fri, 28 Aug 2009 04:51:00 +0000 (21:51 -0700)
commit826ff9a61f638e4ec2d6891bc421ec7f92882cdf
treec76318126c3bb529e3ba32f975f88e0eb4cc5e09
parent7e029053aff869f4592a2a0cbf2fd98ad3651133
Add platform infrastructure for features.

This introduces a new mechanism to define features associated with
a platform, query the current device for the available features,
and enforce that apps requiring features that aren't available can't
be installed.

Also now allows uses-library to specify that a library is optional,
so the lack of such a library will not prevent the app from being
installed (but if it does exist it will be correctly linked into
the app).

Change-Id: I5b369b46cfa0b3d37c9e08fd14ef1098a978e67b
Command.cpp