summaryrefslogtreecommitdiffstats
path: root/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/Android.mk
diff options
context:
space:
mode:
authorGloria Wang <gwang@google.com>2011-08-04 14:47:43 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-08-04 14:47:43 -0700
commite3c56d16412882e2dac697fbe6fa9852ee4dee31 (patch)
tree59ecf59e6635c9820f9ce60b553034406251d644 /drm/libdrmframework/plugins/forward-lock/FwdLockEngine/Android.mk
parent1de2393648b9fe43977ef88b72489fec05d629a9 (diff)
parent90855078eb989944bca1824058d7231cd68e5021 (diff)
downloadframeworks_av-e3c56d16412882e2dac697fbe6fa9852ee4dee31.zip
frameworks_av-e3c56d16412882e2dac697fbe6fa9852ee4dee31.tar.gz
frameworks_av-e3c56d16412882e2dac697fbe6fa9852ee4dee31.tar.bz2
am 8a6fb50d: am 4e197ea8: am e15a73ee: Merge "Bug fixes in OMA DRM v1 Forward Lock Agent"
* commit '8a6fb50d69ec40a413b117bc9145a97ec427852f': Bug fixes in OMA DRM v1 Forward Lock Agent
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 af67aa3..35fa734 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.