Permissive gnssd hal_gnss_default

Bug: 265391808
Change-Id: I2f7bef485662a439941dd60c579228883c65d138
This commit is contained in:
Wilson Sung 2023-01-13 18:25:41 +08:00
parent 76c4fbe080
commit ae37456db7
4 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,4 @@
# sepolicy exclusively for akita. # sepolicy exclusively for akita.
BOARD_SEPOLICY_DIRS += device/google/akita-sepolicy/vendor BOARD_SEPOLICY_DIRS += device/google/akita-sepolicy/vendor
BOARD_SEPOLICY_DIRS += device/google/akita-sepolicy/tracking_denials

View 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
View file

@ -0,0 +1,4 @@
# b/265391808
userdebug_or_eng(`
permissive gnssd;
')

View file

@ -0,0 +1,4 @@
# b/265391808
userdebug_or_eng(`
permissive hal_gnss_default;
')