diff options
| author | 2019-03-07 11:21:51 -0800 | |
|---|---|---|
| committer | 2019-03-07 14:23:59 -0800 | |
| commit | f9dbd5fed6168daed8d8b132fd8b9d8db32bb4cb (patch) | |
| tree | 3745cccda09beea106d85f6f2325bbae6e7fbc29 /libs/androidfw/include | |
| parent | 436a76d1fa3b5dccdd708f5a3938c35251551940 (diff) | |
Clean up attribute apis based on api council feedback.
Bug: 127714248
Test: None
Change-Id: I40596a88e7e446c6a25f2b9074bb88a0a417ed63
Diffstat (limited to 'libs/androidfw/include')
| -rw-r--r-- | libs/androidfw/include/androidfw/AttributeResolution.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/androidfw/include/androidfw/AttributeResolution.h b/libs/androidfw/include/androidfw/AttributeResolution.h index 0cc1d3c56cc4..d71aad29d917 100644 --- a/libs/androidfw/include/androidfw/AttributeResolution.h +++ b/libs/androidfw/include/androidfw/AttributeResolution.h @@ -33,7 +33,7 @@ enum { STYLE_RESOURCE_ID = 3, STYLE_CHANGING_CONFIGURATIONS = 4, STYLE_DENSITY = 5, - SYTLE_SOURCE_RESOURCE_ID = 6 + STYLE_SOURCE_RESOURCE_ID = 6 }; // These are all variations of the same method. They each perform the exact same operation, |