vndk-def: Add more vendor lib search paths

am: 2015ccce85

Change-Id: Ia5579f53651bf2ae63a0426b87291f959db38a2e
This commit is contained in:
Logan Chien
2017-09-30 06:13:36 +00:00
committed by android-build-merger

View File

@@ -1240,6 +1240,8 @@ class ELFLinker(object):
)
VENDOR_SEARCH_PATH = (
'/vendor/${LIB}/hw',
'/vendor/${LIB}/egl',
'/vendor/${LIB}',
'/vendor/${LIB}/vndk-sp',
'/system/${LIB}/vndk-sp',