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:
Nick Kralevich 2010-08-31 17:47:49 -07:00 committed by Android Git Automerger
commit 095a6a6ecb

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, },