Home
last modified time | relevance | path

Searched refs:target_api (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/link/
H A DXmlCompatVersioner.cpp105 ApiVersion target_api, ApiVersion max_api, xml::XmlResource* doc, in ProcessDoc() argument
107 const util::Range<ApiVersion> api_range{target_api, max_api}; in ProcessDoc()
110 cloned_doc->file.config.sdkVersion = static_cast<uint16_t>(target_api); in ProcessDoc()
H A DXmlCompatVersioner.h67 std::unique_ptr<xml::XmlResource> ProcessDoc(ApiVersion target_api, ApiVersion max_api,