diff options
author | Mathias Agopian <mathias@google.com> | 2012-02-25 19:29:57 -0800 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2012-02-25 19:29:57 -0800 |
commit | 594566c94b1acb3f041f9a5e1b4cdee08a4bfa49 (patch) | |
tree | 912f44697cfa0fbf6f0fb1d97d98637e4b5b33a2 | |
parent | c249ff9921972ec2e6d5d32ea564cda0cc3b4b6e (diff) | |
download | device_samsung_crespo-594566c94b1acb3f041f9a5e1b4cdee08a4bfa49.zip device_samsung_crespo-594566c94b1acb3f041f9a5e1b4cdee08a4bfa49.tar.gz device_samsung_crespo-594566c94b1acb3f041f9a5e1b4cdee08a4bfa49.tar.bz2 |
remove uneeded dependency on libsurfaceflinger_client and libbinder
Change-Id: I9241d6ee1b8b7feaf465880f518592d2f679e577
-rw-r--r-- | sec_mm/sec_omx/sec_osal/Android.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sec_mm/sec_omx/sec_osal/Android.mk b/sec_mm/sec_omx/sec_osal/Android.mk index a98e884..7076472 100644 --- a/sec_mm/sec_omx/sec_osal/Android.mk +++ b/sec_mm/sec_omx/sec_osal/Android.mk @@ -22,12 +22,11 @@ LOCAL_CFLAGS := LOCAL_STATIC_LIBRARIES := -LOCAL_SHARED_LIBRARIES := libcutils libutils \ +LOCAL_SHARED_LIBRARIES := libcutils \ + libutils \ libui \ libhardware \ libandroid_runtime \ - libsurfaceflinger_client \ - libbinder \ libmedia LOCAL_C_INCLUDES := $(SEC_OMX_INC)/khronos \ |