summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Redestig <johan.redestig@sonymobile.com>2013-05-30 08:30:42 +0200
committerJohan Redestig <johan.redestig@sonymobile.com>2013-07-26 18:39:09 +0000
commit8df483c1fdb4926fb16a584f0342a0492aab63ac (patch)
tree546474c6b4c5128371bb89e4c21842cbd809615a
parent082fc1cae6a0c283de3ad0d848e0757de3154d0b (diff)
downloadnative-8df483c1fdb4926fb16a584f0342a0492aab63ac.tar.gz
Add a symbol to represent MNC=0
Bug: 7170488 Change-Id: Icfd39fd0c739216e89446252ea0e7ceba6f002c6
-rw-r--r--include/android/configuration.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/android/configuration.h b/include/android/configuration.h
index d5cddb3069..6d8784db02 100644
--- a/include/android/configuration.h
+++ b/include/android/configuration.h
@@ -113,6 +113,8 @@ enum {
ACONFIGURATION_UI_MODE = 0x1000,
ACONFIGURATION_SMALLEST_SCREEN_SIZE = 0x2000,
ACONFIGURATION_LAYOUTDIR = 0x4000,
+
+ ACONFIGURATION_MNC_ZERO = 0xffff,
};
/**