Merge "Mark symbols as dynamic for shared libraries"
am: c07d4e7118
Change-Id: I7aa896f294e6b940b57d29afad05594c6e90fb7d
This commit is contained in:
@@ -194,6 +194,7 @@ std::unique_ptr<SymbolTable::Symbol> ResourceTableSymbolSource::FindByName(
|
||||
|
||||
if (sr.package->id && sr.type->id && sr.entry->id) {
|
||||
symbol->id = ResourceId(sr.package->id.value(), sr.type->id.value(), sr.entry->id.value());
|
||||
symbol->is_dynamic = (sr.package->id.value() == 0);
|
||||
}
|
||||
|
||||
if (name.type == ResourceType::kAttr || name.type == ResourceType::kAttrPrivate) {
|
||||
|
||||
Reference in New Issue
Block a user