From 559bf2836f5da25b75bfb229fec0d20d540ee426 Mon Sep 17 00:00:00 2001 From: James Dong Date: Wed, 28 Mar 2012 10:29:14 -0700 Subject: AV Android make files changes o plus a few file relocation: ActivityManager.cpp/h, SoundPool.h, etc o remove some runtime dependencies to libandroid, libandroid_runtime, etc Change-Id: I047a47c5fb361dd5cf85cd98798c39f629a75d10 --- drm/libdrmframework/plugins/forward-lock/FwdLockEngine/Android.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'drm/libdrmframework/plugins/forward-lock/FwdLockEngine/Android.mk') diff --git a/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/Android.mk b/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/Android.mk index e359dbd..7c2b622 100644 --- a/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/Android.mk +++ b/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/Android.mk @@ -20,7 +20,7 @@ include $(CLEAR_VARS) # The flag below turns on local debug printouts #LOCAL_CFLAGS += -DDRM_OMA_FL_ENGINE_DEBUG -base := frameworks/base +base := frameworks/av # Determine whether the DRM framework uses 64-bit data types for file offsets and do the same. ifneq ($(shell grep -c 'off64_t offset' $(base)/drm/libdrmframework/plugins/common/include/IDrmEngine.h), 0) @@ -37,8 +37,6 @@ LOCAL_SHARED_LIBRARIES := \ libicuuc \ libutils \ libdl \ - libandroid_runtime \ - libnativehelper \ libcrypto \ libssl \ libdrmframework -- cgit v1.1