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

Commit 51d69958 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Explain how to add service_contexts for stable-c mapper" into main am:...

Merge "Explain how to add service_contexts for stable-c mapper" into main am: 1b201110 am: a05f4028

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3062802



Change-Id: I3f691230c75c723c2e4e343b0d86736245e46e77
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 57f9fc31 a05f4028
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -22,6 +22,12 @@ as the `<instance>` in the VINTF manifest `<interface>` section. For example:
```
```
defines that the IMapper 5.0 library is provided by `/vendor/lib[64]/hw/mapper.minigbm.so`.
defines that the IMapper 5.0 library is provided by `/vendor/lib[64]/hw/mapper.minigbm.so`.


ServiceManager should be able to `find` the instance. The instance should be labelled in
`service_contexts` as follows:
```
mapper/minigbm    u:object_r:hal_graphics_mapper_service:s0
```

This library must export the following `extern "C"` symbols:
This library must export the following `extern "C"` symbols:


### `ANDROID_HAL_STABLEC_VERSION`
### `ANDROID_HAL_STABLEC_VERSION`