summaryrefslogtreecommitdiff
path: root/include/android
diff options
context:
space:
mode:
author Wink Saville <wink@google.com> 2013-07-30 19:19:41 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2013-07-30 19:19:41 +0000
commit9f476fd08079701d1ad0f7c591667b6e673ed38e (patch)
tree546474c6b4c5128371bb89e4c21842cbd809615a /include/android
parent082fc1cae6a0c283de3ad0d848e0757de3154d0b (diff)
parent8df483c1fdb4926fb16a584f0342a0492aab63ac (diff)
Merge "Add a symbol to represent MNC=0"
Diffstat (limited to 'include/android')
-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,
};
/**