Skip to content
Snippets Groups Projects
Commit b298a3f4 authored by Myles Watson's avatar Myles Watson Committed by android-build-merger
Browse files

Merge "Allow the Bluetooth HAL to log firmware versions"

am: 414bfe1a

Change-Id: I3ba83324a7bdf1b36474d41ce7dc27ad41d9b1b4
parents cbb6ef7e 414bfe1a
No related branches found
No related tags found
No related merge requests found
...@@ -8,3 +8,7 @@ init_daemon_domain(hal_bluetooth_default) ...@@ -8,3 +8,7 @@ init_daemon_domain(hal_bluetooth_default)
userdebug_or_eng(` userdebug_or_eng(`
allow hal_bluetooth_default self:capability net_admin; allow hal_bluetooth_default self:capability net_admin;
') ')
# Logging for backward compatibility
allow hal_bluetooth_default bluetooth_data_file:dir ra_dir_perms;
allow hal_bluetooth_default bluetooth_data_file:file create_file_perms;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment