blob: b62d99e7372bbbe6f95fc3aabaae0981f5c9f94d [file] [log] [blame]
// Copyright 2011 Google Inc. All Rights Reserved.
class StaticsFromCode {
static final Object s0 = "android";
static Object getS0() {
return s0;
}
}