Suppress bootanim behavior meant for Android Wear devices

Fix: 260522279
Test: boot-to-home and no bootanim avc error
Change-Id: I29d4168720887bc2f90d5f7ad20367887f9cae51
This commit is contained in:
Wilson Sung 2023-03-16 00:10:53 +08:00
parent a382f85f96
commit 3df3008917
2 changed files with 1 additions and 2 deletions

View file

@ -1,2 +0,0 @@
# b/260522279
dontaudit bootanim system_data_file:dir { search };

1
vendor/bootanim.te vendored
View file

@ -1 +1,2 @@
allow bootanim arm_mali_platform_service:service_manager find; allow bootanim arm_mali_platform_service:service_manager find;
dontaudit bootanim system_data_file:dir { search };