Merge "get rid of compile time warning: "warning: ‘android_ids’ defined but not used"" into gingerbread

This commit is contained in:
Nick Kralevich 2010-08-31 17:45:04 -07:00 committed by Android (Google) Code Review
commit 739cd9d2d4
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ struct android_id_info {
unsigned aid;
};
static struct android_id_info android_ids[] = {
static const struct android_id_info android_ids[] = {
{ "root", AID_ROOT, },
{ "system", AID_SYSTEM, },
{ "radio", AID_RADIO, },