Grant device-specific hwservicemanager access

Test: Play movie in Netflix and Google Play Movies
Test: Play video in YouTube app and YouTube web page
Test: In Google Camera app, take photo (HDR+ and conventional),
      record video (slow motiona and normal), and check that photos
      look fine and videos play back with sound.
Test: Get location fix in Google Maps
Test: Make and receive a phone call, check that sound works both ways
      and that disconnecting the call from either end works fine.
Test: Run RsHelloCompute RenderScript demo app
Test: Run fast subset of media CTS tests:
      make and install CtsMediaTestCases.apk
      adb shell am instrument -e size small \
          -w 'android.media.cts/android.support.test.runner.AndroidJUnitRunner'
Test: Play music using Google Play music
Bug: 34454312

Change-Id: I70af09ad5662a8b212237d68388b21cecfd625f8
diff --git a/sepolicy/camera.te b/sepolicy/camera.te
index 6a9dd7b..29d99dc 100644
--- a/sepolicy/camera.te
+++ b/sepolicy/camera.te
@@ -18,6 +18,8 @@
 allow camera { audioserver cameraserver mediaserver surfaceflinger }:fd use;
 hal_client_domain(camera, hal_graphics_allocator)
 
+allow camera hal_renderscript_hwservice:hwservice_manager find;
+
 # Create camera socket
 allow camera camera_data_file:sock_file { create unlink };