Merge "AAPT: Use the right enum when checking for density configurations" into lmp-mr1-dev
automerge: b443610
* commit 'b443610bcb9a1f0d8e64b55c7d6e53bc54d7ec43':
AAPT: Use the right enum when checking for density configurations
This commit is contained in:
@@ -796,7 +796,7 @@ bool isSameExcept(const ResTable_config& a, const ResTable_config& b, int axisMa
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool isDensityOnly(const ResTable_config& config) {
|
bool isDensityOnly(const ResTable_config& config) {
|
||||||
if (config.density == ResTable_config::DENSITY_NONE) {
|
if (config.density == ResTable_config::DENSITY_DEFAULT) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user