Permissive gnssd hal_gnss_default
Bug: 265391808 Change-Id: I2f7bef485662a439941dd60c579228883c65d138
This commit is contained in:
parent
76c4fbe080
commit
ae37456db7
4 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
# sepolicy exclusively for akita.
|
||||
BOARD_SEPOLICY_DIRS += device/google/akita-sepolicy/vendor
|
||||
BOARD_SEPOLICY_DIRS += device/google/akita-sepolicy/tracking_denials
|
||||
|
||||
|
|
2
tracking_denials/README.txt
Normal file
2
tracking_denials/README.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
This folder stores known errors detected by PTS. Be sure to remove relevant
|
||||
files to reproduce error log on latest ROMs.
|
4
tracking_denials/gnss.te
Normal file
4
tracking_denials/gnss.te
Normal file
|
@ -0,0 +1,4 @@
|
|||
# b/265391808
|
||||
userdebug_or_eng(`
|
||||
permissive gnssd;
|
||||
')
|
4
tracking_denials/hal_gnss_default.te
Normal file
4
tracking_denials/hal_gnss_default.te
Normal file
|
@ -0,0 +1,4 @@
|
|||
# b/265391808
|
||||
userdebug_or_eng(`
|
||||
permissive hal_gnss_default;
|
||||
')
|
Loading…
Add table
Add a link
Reference in a new issue