Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce081bbf authored by Jooyung Han's avatar Jooyung Han Committed by android-build-merger
Browse files

Merge "libnativeloader: fix typo in README.md" am: 2becdb65 am: 078976a0 am: dcaf629e

am: 14d5dee8

Change-Id: Id1429fa66cc0bbd0ad559503ca60ee28f5ee5921
parents fecddb54 14d5dee8
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -43,7 +43,7 @@ Currently, following extensions are available:
- `/vendor/etc/public.libraries.txt`: libraries in `/vendor/lib` that are
- `/vendor/etc/public.libraries.txt`: libraries in `/vendor/lib` that are
specific to the underlying SoC, e.g. GPU, DSP, etc.
specific to the underlying SoC, e.g. GPU, DSP, etc.
- `/{system|product}/etc/public.libraries-<companyname>.txt`: libraries in
- `/{system|product}/etc/public.libraries-<companyname>.txt`: libraries in
`/{system|system}/lib` that a device manufacturer has newly added. The
`/{system|product}/lib` that a device manufacturer has newly added. The
libraries should be named as `lib<name>.<companyname>.so` as in
libraries should be named as `lib<name>.<companyname>.so` as in
`libFoo.acme.so`.
`libFoo.acme.so`.


@@ -73,8 +73,8 @@ is a manager-like entity that is responsible for creating and configuring
linker namespaces and finding an already created linker namespace for a given
linker namespaces and finding an already created linker namespace for a given
classloader.
classloader.


`native_loader_namesapces.cpp` implements the class `NativeLoaderNamespace` that
`native_loader_namespace.cpp` implements the class `NativeLoaderNamespace` that
models a linker namespace. It's main job is to abstract the two types of the
models a linker namespace. Its main job is to abstract the two types of the
dynamic linker interface so that other parts of this library do not have to know
dynamic linker interface so that other parts of this library do not have to know
the differences of the interfaces.
the differences of the interfaces.