Home
last modified time | relevance | path

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

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