summaryrefslogtreecommitdiffstats
path: root/core/config
Commit message (Collapse)AuthorAgeFilesLines
* Remove the deprecated things from Config.java. These haven't been working ↵Joe Onorato2011-04-074-83/+0
| | | | | | since before 1.0. Change-Id: Ic2e8fa68797ea9d486f4117f3d82c98233cdab1e
* Config: Add ConfigBuildFlags, and change it based on TARGET_BUILD_TYPEDave Bort2009-05-014-0/+83
This will be used to revive android.util.Config.DEBUG. Signed-off-by: Dave Bort <dbort@android.com>