diff options
author | Ying Wang <wangying@google.com> | 2012-04-09 12:55:18 -0700 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2012-04-09 12:55:18 -0700 |
commit | ed5b285520ae1ddad78b7c945d659a2c1f3140b8 (patch) | |
tree | 19f1bd4de2eace3c5297d649ce711285df777e21 /drm | |
parent | 4b75a9c8b93a90749bc5d22912ad0d96c12f4ecf (diff) | |
download | frameworks_av-ed5b285520ae1ddad78b7c945d659a2c1f3140b8.zip frameworks_av-ed5b285520ae1ddad78b7c945d659a2c1f3140b8.tar.gz frameworks_av-ed5b285520ae1ddad78b7c945d659a2c1f3140b8.tar.bz2 |
You don't need LOCAL_SHARED_LIBRARIES/LOCAL_STATIC_LIBRARIES to build a static library.
Change-Id: Ia2c4b4fb3b78cbe0d2856cec073b2c7f9c28d3cb
Diffstat (limited to 'drm')
-rw-r--r-- | drm/libdrmframework/plugins/common/util/Android.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drm/libdrmframework/plugins/common/util/Android.mk b/drm/libdrmframework/plugins/common/util/Android.mk index 81781b2..2a7b01f 100644 --- a/drm/libdrmframework/plugins/common/util/Android.mk +++ b/drm/libdrmframework/plugins/common/util/Android.mk @@ -22,13 +22,6 @@ LOCAL_SRC_FILES := \ LOCAL_MODULE := libdrmutility -LOCAL_SHARED_LIBRARIES := \ - libutils \ - libdl \ - libdvm \ - liblog - - base := frameworks/av LOCAL_C_INCLUDES += \ |