From cec40f97a8c0b9a43a78ae98fc35fcc80d6f6c4f Mon Sep 17 00:00:00 2001 From: James Dong Date: Wed, 28 Mar 2012 15:01:36 -0700 Subject: Removed unnecessary include JNI from two drm Android.mk files Change-Id: I7b7a1acce4d6db748ff193270e73bc3582ba2380 --- drm/libdrmframework/plugins/common/util/Android.mk | 1 - drm/libdrmframework/plugins/forward-lock/FwdLockEngine/Android.mk | 1 - 2 files changed, 2 deletions(-) (limited to 'drm') diff --git a/drm/libdrmframework/plugins/common/util/Android.mk b/drm/libdrmframework/plugins/common/util/Android.mk index d096453..81781b2 100644 --- a/drm/libdrmframework/plugins/common/util/Android.mk +++ b/drm/libdrmframework/plugins/common/util/Android.mk @@ -32,7 +32,6 @@ LOCAL_SHARED_LIBRARIES := \ base := frameworks/av LOCAL_C_INCLUDES += \ - $(JNI_H_INCLUDE) \ $(base)/include \ $(base)/include/drm \ $(base)/include/drm/plugins \ diff --git a/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/Android.mk b/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/Android.mk index 7c2b622..205b9a5 100644 --- a/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/Android.mk +++ b/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/Android.mk @@ -51,7 +51,6 @@ LOCAL_STATIC_LIBRARIES := \ LOCAL_C_INCLUDES += \ - $(JNI_H_INCLUDE) \ $(base)/include/drm \ $(base)/drm/libdrmframework/plugins/common/include \ $(base)/drm/libdrmframework/plugins/common/util/include \ -- cgit v1.1