diff options
| author | Mister Oyster <oysterized@gmail.com> | 2017-04-01 12:53:46 +0200 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-04-01 12:55:37 +0200 |
| commit | 91cab62dc3b14e93ac8f5bc11ddaccfac4953c5a (patch) | |
| tree | c83e5bfba7ff213e5dff90238efc4e76c88a564a /mtk | |
| parent | 6e30c7a4b8707f8c088fa404d1faa04d25445dda (diff) | |
libshims: delete omx symbols (N omx blobs don't need it)
Diffstat (limited to 'mtk')
| -rw-r--r-- | mtk/libshims/Android.mk | 12 | ||||
| -rw-r--r-- | mtk/libshims/mtk_omx.cpp | 5 |
2 files changed, 0 insertions, 17 deletions
diff --git a/mtk/libshims/Android.mk b/mtk/libshims/Android.mk index 167a27c..76e3f12 100644 --- a/mtk/libshims/Android.mk +++ b/mtk/libshims/Android.mk @@ -57,18 +57,6 @@ LOCAL_MODULE := libshim_gui include $(BUILD_SHARED_LIBRARY) -## libshim_omx -include $(CLEAR_VARS) - -LOCAL_MULTILIB = 32 -LOCAL_SRC_FILES_32 := mtk_omx.cpp - - -LOCAL_SHARED_LIBRARIES_32 := libbinder -LOCAL_MODULE := libshim_omx -include $(BUILD_SHARED_LIBRARY) - - ## libshim_snd include $(CLEAR_VARS) diff --git a/mtk/libshims/mtk_omx.cpp b/mtk/libshims/mtk_omx.cpp deleted file mode 100644 index 5145e46..0000000 --- a/mtk/libshims/mtk_omx.cpp +++ /dev/null @@ -1,5 +0,0 @@ -extern "C" { - void _ZN7android13AwesomePlayer24mtk_omx_get_current_timeEPx(long long* time){ - time = (long long*)-1; - } -}
\ No newline at end of file |
