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