Skip to content
Snippets Groups Projects
Commit 2d123fce authored by Joel Galenson's avatar Joel Galenson
Browse files

Ensure vold is a client of hal_bootctl only in Treble mode.

This fixes a build breakage.

Test: Build policy.
Change-Id: Id5209a2bd6446ac6dd744b7426f540bc1a8641ed
parent 12bbbc69
No related branches found
No related tags found
No related merge requests found
...@@ -165,7 +165,7 @@ hal_client_domain(vold, hal_keymaster) ...@@ -165,7 +165,7 @@ hal_client_domain(vold, hal_keymaster)
hal_client_domain(vold, hal_health_storage) hal_client_domain(vold, hal_health_storage)
# talk to bootloader HAL # talk to bootloader HAL
hal_client_domain(vold, hal_bootctl) full_treble_only(`hal_client_domain(vold, hal_bootctl)')
# Access userdata block device. # Access userdata block device.
allow vold userdata_block_device:blk_file rw_file_perms; allow vold userdata_block_device:blk_file rw_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment