OSDN Git Service

Link against libhidltransport.
authorMartijn Coenen <maco@google.com>
Wed, 8 Feb 2017 22:05:46 +0000 (23:05 +0100)
committerMartijn Coenen <maco@google.com>
Wed, 8 Feb 2017 22:09:05 +0000 (23:09 +0100)
To work around an issue where future dlopen()
of libraries depending on libhidltransport works
correctly.

Bug: 35041785
Test: secure video playback works again
Change-Id: I6e01dae16761044e5c89dad593aeca946c96b7bd

services/mediadrm/Android.mk

index 2bf2201..a49d715 100644 (file)
@@ -24,6 +24,7 @@ LOCAL_SHARED_LIBRARIES:= \
     libbinder \
     liblog \
     libmediadrm \
+    libhidltransport \
     libutils
 ifeq ($(ENABLE_TREBLE), true)
 LOCAL_SHARED_LIBRARIES += \