summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChristopher Tate <ctate@google.com>2013-12-16 15:04:10 -0800
committerAdam Lesinski <adamlesinski@google.com>2014-01-27 10:31:11 -0800
commitca0b0c18e7eef130e40679b0e77bbcd9a8c901cc (patch)
tree0de7e7dc08faddb8fc32dbd148fb85e6fa48fda3 /include
parent90f58dbf79057b185b04c5003c8bcae10116409b (diff)
downloadframeworks_base-ca0b0c18e7eef130e40679b0e77bbcd9a8c901cc.zip
frameworks_base-ca0b0c18e7eef130e40679b0e77bbcd9a8c901cc.tar.gz
frameworks_base-ca0b0c18e7eef130e40679b0e77bbcd9a8c901cc.tar.bz2
Fix MCC/MNC typo
Manual merge of https://android-review.googlesource.com/70831 across the header refactoring. Change-Id: I28b6a61e89b68d914124122882976a9d2f81a609
Diffstat (limited to 'include')
-rw-r--r--include/androidfw/ResourceTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/androidfw/ResourceTypes.h b/include/androidfw/ResourceTypes.h
index 97afa59..5151b06 100644
--- a/include/androidfw/ResourceTypes.h
+++ b/include/androidfw/ResourceTypes.h
@@ -1020,7 +1020,7 @@ struct ResTable_config
// attrs_manifest.xml.
enum {
CONFIG_MCC = ACONFIGURATION_MCC,
- CONFIG_MNC = ACONFIGURATION_MCC,
+ CONFIG_MNC = ACONFIGURATION_MNC,
CONFIG_LOCALE = ACONFIGURATION_LOCALE,
CONFIG_TOUCHSCREEN = ACONFIGURATION_TOUCHSCREEN,
CONFIG_KEYBOARD = ACONFIGURATION_KEYBOARD,