Searched defs:include_static (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp704 std::unique_ptr<ResourceTable> include_static = LoadStaticLibrary(path, &error_str); local
705 if (include_static) {
720 if (ResourceTablePackage* pkg = include_static->FindPackageById(kAppPackageId)) {
730 util::make_unique<ResourceTableSymbolSource>(include_static.get()));
732 static_table_includes_.push_back(std::move(include_static));

Completed in 79 milliseconds