Skip to content

Commit 2015ccc

Browse files
committed
vndk-def: Add more vendor lib search paths
This commit adds /vendor/lib/hw and /vendor/lib/egl to the search path for vendor processes. The change in this CL matches with the latest `ld.config.txt` in `system/core/rootdir/ld.config.txt.in`. Bug: 64503245 Test: Run vndk_definition_tool.py and a false error about missing a library disappears. Change-Id: If2e3c03d5049c1893cabed84c78f760fa251d308
1 parent 577fa74 commit 2015ccc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vndk/tools/definition-tool/vndk_definition_tool.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,6 +1240,8 @@ def _resolve_lib_set_deps(self, lib_set, resolver, generic_refs):
12401240
)
12411241

12421242
VENDOR_SEARCH_PATH = (
1243+
'/vendor/${LIB}/hw',
1244+
'/vendor/${LIB}/egl',
12431245
'/vendor/${LIB}',
12441246
'/vendor/${LIB}/vndk-sp',
12451247
'/system/${LIB}/vndk-sp',

0 commit comments

Comments
 (0)