Searched refs:targetAttrA (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/
H A DManifestMerger.cpp198 xml::Attribute* targetAttrA = nullptr; local
202 targetAttrA = elA->findAttribute(kSchemaAndroid, u"targetSdkVersion");
209 int targetSdkA = findIntegerValue(targetAttrA, minSdkA);
214 if (targetAttrA) {

Completed in 65 milliseconds