am 94d807c4: am 8fa731dd: Don\'t include widevine proprietary for panda.

* commit '94d807c4a2c6d0a8212669a3ca4f5d8a97e8dc04':
  Don't include widevine proprietary for panda.
diff --git a/libdrmdecrypt/Android.mk b/libdrmdecrypt/Android.mk
index 544ba81..18e4acf 100644
--- a/libdrmdecrypt/Android.mk
+++ b/libdrmdecrypt/Android.mk
@@ -11,12 +11,9 @@
         $(TOP)/frameworks/native/include/media/hardware \
         $(TOP)/vendor/widevine/proprietary/cryptoPlugin \
 
-ifeq ($(BOARD_USES_SECURE_SERVICES),true)
 LOCAL_STATIC_LIBRARIES += \
         libtee_client_api_driver        \
 
-endif
-
 LOCAL_SHARED_LIBRARIES := \
         libstagefright_foundation       \
         liblog                          \