Ranchu-specific mapper name (makefile reference change)

Bug: 152071396
Test: boot
Merged-In: I98a485af48c6781209eff51c2a64ae15bbfec25b
Change-Id: I90b839d7efce26b0b592916b3cb7c7a3065f4c64
Signed-off-by: Roman Kiryanov <rkir@google.com>
diff --git a/sepolicy/common/file_contexts b/sepolicy/common/file_contexts
index fd3bf31..44d1ae7 100644
--- a/sepolicy/common/file_contexts
+++ b/sepolicy/common/file_contexts
@@ -63,6 +63,7 @@
 /vendor/lib(64)?/libvulkan_enc\.so       u:object_r:same_process_hal_file:s0
 /vendor/lib(64)?/libandroidemu\.so       u:object_r:same_process_hal_file:s0
 /vendor/lib(64)?/libdrm.so  u:object_r:same_process_hal_file:s0
+/vendor/lib(64)?/hw/android\.hardware\.graphics\.mapper@3\.0-impl-ranchu\.so   u:object_r:same_process_hal_file:s0
 
 # data
 /data/vendor/mediadrm(/.*)?            u:object_r:mediadrm_vendor_data_file:s0
diff --git a/vendor.mk b/vendor.mk
index c8a46f1..23c99c0 100644
--- a/vendor.mk
+++ b/vendor.mk
@@ -64,7 +64,7 @@
     android.hardware.graphics.composer@2.1-impl \
     android.hardware.graphics.composer@2.1-service \
     android.hardware.graphics.allocator@3.0-service \
-    android.hardware.graphics.mapper@3.0-impl \
+    android.hardware.graphics.mapper@3.0-impl-ranchu \
     hwcomposer.ranchu \
     toybox_vendor \
     android.hardware.audio@2.0-service \