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 d6fc4a6..18e4acf 100644
--- a/libdrmdecrypt/Android.mk
+++ b/libdrmdecrypt/Android.mk
@@ -3,7 +3,9 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
+ifneq ($(TARGET_DEVICE),panda)
-include $(TOP)/vendor/widevine/proprietary/cryptoPlugin/decrypt-core.mk
+endif
LOCAL_C_INCLUDES:= \
$(TOP)/frameworks/native/include/media/hardware \