Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 739cd9d2 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android (Google) Code Review
Browse files

Merge "get rid of compile time warning: "warning: ‘android_ids’ defined but...

Merge "get rid of compile time warning: "warning: ‘android_ids’ defined but not used"" into gingerbread
parents 81ff156b 4688ac5b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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, },