[ALPS04400468] Fix build error for AINR sepolicy

[Detail]
Build error due to miss ;

MTK-Commit-Id: 9ff79edcad3b00db3ed3143b62a5078a8765f3de

Change-Id: Idccb173c592417bd36bc71c096b21c1f255204d4
CR-Id: ALPS04400468
Feature: [Android Default] Camera Application Basic Functions
This commit is contained in:
Max Tseng 2020-01-18 10:12:15 +08:00
parent e90d91bd45
commit 4973f6afc9

View File

@ -331,4 +331,4 @@ allow mtk_hal_camera proc_isp_p2:dir search;
allow mtk_hal_camera proc_isp_p2:file {create_file_perms};
# Purpose : AINR/Thermal Boost
allow mtk_hal_camera system_data_file:dir { getattr }
allow mtk_hal_camera system_data_file:dir { getattr };