Skip to content

Commit

Permalink
Allow SP-HALs to use [email protected] and libion
Browse files Browse the repository at this point in the history
  • Loading branch information
phhusson committed Feb 15, 2018
1 parent fb368c6 commit 69e944c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ld.config.26.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ namespace.sphal.links = default,vndk,rs
namespace.sphal.link.default.shared_libs = libc.so:libm.so:libdl.so:libstdc++.so:liblog.so:libnativewindow.so:libEGL.so:libsync.so:libGLESv1_CM.so:libGLESv2.so:libvndksupport.so:libz.so

# WARNING: only VNDK-SP libs can be listed here. DO NOT EDIT this line.
namespace.sphal.link.vndk.shared_libs = [email protected]:[email protected]:[email protected]:[email protected]:[email protected]:libhwbinder.so:libbase.so:libcutils.so:libhardware.so:libhidlbase.so:libhidlmemory.so:libhidltransport.so:libion.so:libutils.so:libc++.so
namespace.sphal.link.vndk.shared_libs = [email protected]:[email protected]:[email protected]:[email protected]:[email protected]:libhwbinder.so:libbase.so:libcutils.so:libhardware.so:libhidlbase.so:libhidlmemory.so:libhidltransport.so:libion.so:libutils.so:libc++.so:[email protected]:libion.so

# Renderscript gets separate namespace
namespace.sphal.link.rs.shared_libs = libRS_internal.so
Expand Down

0 comments on commit 69e944c

Please sign in to comment.