Merge "get rid of compile time warning: "warning: ‘android_ids’ defined but not used"" into gingerbread
This commit is contained in:
commit
739cd9d2d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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, },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue