-
Notifications
You must be signed in to change notification settings - Fork 52
RDK-50163 Support for running Android containers #327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
RDK-50163 Support for running Android containers #327
Conversation
|
|
| endif() | ||
|
|
||
| if(PLUGIN_ANDROIDRUNTIME) | ||
| add_subdirectory(rdkPlugins/AndroidRuntime) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see the rdkPlugins/AndroidRuntime directory in this PR
|
@jonhenderson-sky The unit tests and builds are failing, can you please correct those ? |
- Manage mounting android partitions - OCI Template modifications for Android - Extra settings for Android specific bind mounts and devices
Signed-off-by: Jon Henderson <jon.henderson2@sky.uk>
Provide the ability to use an alternate AppArmor profile when running
android containers, i.e.
{
"android": {
"appArmorProfile": "aosp_default"
}
}
If no setting is provided, the normal Dobby profile will be used.
835afe8 to
06b0702
Compare
It is not required to modify the base dobby.bb, but a device specific addition to the Dobby config must be made as required to support running Android on a specific device.
Type of Change
Requires Bitbake Recipe changes?
meta-rdk-ext/recipes-containers/dobby/dobby.bb) must be modified to support the changes in this PR (beyond updatingSRC_REV)