diff --git a/whitechapel/vendor/google/exo_camera_injection/exo_app.te b/whitechapel/vendor/google/exo_camera_injection/exo_app.te new file mode 100644 index 00000000..a90de48e --- /dev/null +++ b/whitechapel/vendor/google/exo_camera_injection/exo_app.te @@ -0,0 +1,3 @@ +# Allow exo app to find and bind exo camera injection hal. +allow exo_app hal_exo_camera_injection_hwservice:hwservice_manager find; +binder_call(exo_app, hal_exo_camera_injection) diff --git a/whitechapel/vendor/google/exo_camera_injection/platform_app.te b/whitechapel/vendor/google/exo_camera_injection/platform_app.te deleted file mode 100644 index b4dee87f..00000000 --- a/whitechapel/vendor/google/exo_camera_injection/platform_app.te +++ /dev/null @@ -1,3 +0,0 @@ -# Allow exo app to find and bind exo camera injection hal. -allow platform_app hal_exo_camera_injection_hwservice:hwservice_manager find; -binder_call(platform_app, hal_exo_camera_injection)