OSDN Git Service

Allow applications to target future API levels
authorDavid 'Digit' Turner <digit@google.com>
Wed, 21 Oct 2009 00:51:19 +0000 (17:51 -0700)
committerDavid 'Digit' Turner <digit@google.com>
Wed, 21 Oct 2009 17:19:07 +0000 (10:19 -0700)
commit8597147fe21191a139877cf935d9e965f0b14245
tree63b2db827deb9b2e43612f12670b6f4ac61b0894
parent52c472af0a07296a918e3dce6157b5ea69d83559
Allow applications to target future API levels

E.g. if an application's default.properties targets android-10
then the build system will default it to the highest supported
API level found in build/platforms (e.g. android-4 currently).