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

View file

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