Enable v1.3 drm plugins

Bug: 139134043
Test: MediaDrmTest
Change-Id: I3bb19281d2f318848e5c7bc1b45998624436f63e
diff --git a/fvp.mk b/fvp.mk
index f403230..0ad8227 100644
--- a/fvp.mk
+++ b/fvp.mk
@@ -42,7 +42,7 @@
     android.hardware.audio.effect@4.0-impl:32 \
     android.hardware.drm@1.0-service \
     android.hardware.drm@1.0-impl \
-    android.hardware.drm@1.2-service.clearkey \
+    android.hardware.drm@1.3-service.clearkey \
     android.hardware.gatekeeper@1.0-service.software \
     android.hardware.graphics.allocator@2.0-service \
     android.hardware.graphics.allocator@2.0-impl \
diff --git a/vendor.mk b/vendor.mk
index 5d8c0d1..1cf03e8 100644
--- a/vendor.mk
+++ b/vendor.mk
@@ -131,8 +131,8 @@
 PRODUCT_PACKAGES += \
     android.hardware.drm@1.0-service \
     android.hardware.drm@1.0-impl \
-    android.hardware.drm@1.2-service.clearkey \
-    android.hardware.drm@1.2-service.widevine
+    android.hardware.drm@1.3-service.clearkey \
+    android.hardware.drm@1.3-service.widevine
 
 PRODUCT_PACKAGES += \
     android.hardware.power@1.1-service.ranchu \