google_camera_app: mark as system_executes_vendor_violators

Bug: 37168747
Test: build policy
Change-Id: I9033171dfd91e9bfd7db7d80346658a8cdce9cbc
diff --git a/sepolicy/google_camera_app.te b/sepolicy/google_camera_app.te
index b12cfd2..127d743 100644
--- a/sepolicy/google_camera_app.te
+++ b/sepolicy/google_camera_app.te
@@ -37,4 +37,5 @@
 # Read / execute vendor code from /vendor/lib[64]/dsp for HVX for Pixel Camera
 # TODO: b/37258244, This MUST be a specific exception instead of opening up
 # /vendor for the application. The policy build MUST also catch the violations
+typeattribute google_camera_app system_executes_vendor_violators;
 r_dir_file(google_camera_app, vendor_file)