axolotl-shiftos: drm: downgrade widevine to hidl version 1.3

We are still using an older version of OEMCrypto (v15).

This also drops libwvdrmengine as with newer code bases this
shared library got dropped.

Test: atest MediaDrmTest#testOemCryptoVersion

Change-Id: I17d17f535a55bf6bfbd99dd50225ef683e2f71db
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
diff --git a/axolotl.mk b/axolotl.mk
index 2db955d..0c950b3 100644
--- a/axolotl.mk
+++ b/axolotl.mk
@@ -32,7 +32,7 @@
 # Build super partition
 PRODUCT_BUILD_SUPER_PARTITION := true
 
-# DRM - Widevine
-#ifeq ($(WITH_GMS_MAINLINE),true)
-include vendor/widevine/service.mk
-#endif
+# Widevine
+PRODUCT_PACKAGES += \
+    android.hardware.drm@1.3-service.widevine \
+    libwvhidl \