vndk-def: Fix vndk-indirect computation bug
am: 31ad9c1112
Change-Id: Ifc1d3ac21cdf2ac4f37eada6afbd6afa15bae2d4
This commit is contained in:
@@ -1398,7 +1398,7 @@ class ELFLinker(object):
|
|||||||
vndk.add(dep)
|
vndk.add(dep)
|
||||||
|
|
||||||
vndk_indirect = self.compute_closure(vndk, is_not_vndk)
|
vndk_indirect = self.compute_closure(vndk, is_not_vndk)
|
||||||
vndk_indirect -= vndk_indirect
|
vndk_indirect -= vndk
|
||||||
|
|
||||||
# Compute the extended usages from vendor partition.
|
# Compute the extended usages from vendor partition.
|
||||||
# FIXME: DAUX libraries won't be found by the following algorithm.
|
# FIXME: DAUX libraries won't be found by the following algorithm.
|
||||||
|
|||||||
Reference in New Issue
Block a user