diff options
author | James Dong <jdong@google.com> | 2012-03-28 15:01:36 -0700 |
---|---|---|
committer | James Dong <jdong@google.com> | 2012-03-28 15:08:34 -0700 |
commit | cec40f97a8c0b9a43a78ae98fc35fcc80d6f6c4f (patch) | |
tree | 46d31c1f2e52e2d36a682ca978f3e3611a916b4e /drm | |
parent | 559bf2836f5da25b75bfb229fec0d20d540ee426 (diff) | |
download | frameworks_av-cec40f97a8c0b9a43a78ae98fc35fcc80d6f6c4f.zip frameworks_av-cec40f97a8c0b9a43a78ae98fc35fcc80d6f6c4f.tar.gz frameworks_av-cec40f97a8c0b9a43a78ae98fc35fcc80d6f6c4f.tar.bz2 |
Removed unnecessary include JNI from two drm Android.mk files
Change-Id: I7b7a1acce4d6db748ff193270e73bc3582ba2380
Diffstat (limited to 'drm')
-rw-r--r-- | drm/libdrmframework/plugins/common/util/Android.mk | 1 | ||||
-rw-r--r-- | drm/libdrmframework/plugins/forward-lock/FwdLockEngine/Android.mk | 1 |
2 files changed, 0 insertions, 2 deletions
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 \ |