summaryrefslogtreecommitdiffstats
path: root/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/Android.mk
diff options
context:
space:
mode:
authorHenrik B Andersson <henrikb.andersson@sonyericsson.com>2011-02-21 14:22:08 +0100
committerHenrik Baard <henrik.baard@sonyericsson.com>2011-08-04 13:43:02 +0200
commit90855078eb989944bca1824058d7231cd68e5021 (patch)
tree37223af2787c451afadf1a9e392ade89450d2f9a /drm/libdrmframework/plugins/forward-lock/FwdLockEngine/Android.mk
parent93a1e245c94f14b6fb68361f76e46285431dab26 (diff)
downloadframeworks_av-90855078eb989944bca1824058d7231cd68e5021.zip
frameworks_av-90855078eb989944bca1824058d7231cd68e5021.tar.gz
frameworks_av-90855078eb989944bca1824058d7231cd68e5021.tar.bz2
Bug fixes in OMA DRM v1 Forward Lock Agent
A couple of fixes in the Forward Lock Agent. The DRM Framework isn't thread safe so the Forward Lock Agent needs to protect the private structures. Base64-encoded content with LF-only instead of CRLF line breaks is now accepted. A fix for non-standard boundary characters. The debug prints are also turned off as default. Change-Id: I8ab417231380fbe1c371d18a147773ceabc6f69f
Diffstat (limited to 'drm/libdrmframework/plugins/forward-lock/FwdLockEngine/Android.mk')
-rw-r--r--drm/libdrmframework/plugins/forward-lock/FwdLockEngine/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/Android.mk b/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/Android.mk
index d4a6f18..21de4ea 100644
--- a/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/Android.mk
+++ b/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/Android.mk
@@ -17,6 +17,9 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
+# The flag below turns on local debug printouts
+#LOCAL_CFLAGS += -DDRM_OMA_FL_ENGINE_DEBUG
+
base := frameworks/base
# Determine whether the DRM framework uses 64-bit data types for file offsets and do the same.