diff options
| author | Mister Oyster <oysterized@gmail.com> | 2017-09-13 14:08:28 +0200 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-09-22 13:35:52 +0200 |
| commit | 55a15eceb6df0c975cfa44c79783ecbe16a8440f (patch) | |
| tree | cf500f0c321343a866c109231876e544c42b6587 | |
| parent | a942d083e5c4d71d77b31365b2ca37d6ceda6d65 (diff) | |
libshims: remove SurfaceControl symbols (needed by kpoc_charger only)
| -rw-r--r-- | mtk/libshims/Android.mk | 11 | ||||
| -rw-r--r-- | mtk/libshims/mtk_asc.cpp | 9 |
2 files changed, 0 insertions, 20 deletions
diff --git a/mtk/libshims/Android.mk b/mtk/libshims/Android.mk index fac9a09..f636c24 100644 --- a/mtk/libshims/Android.mk +++ b/mtk/libshims/Android.mk @@ -13,17 +13,6 @@ LOCAL_MODULE := libshim_agps include $(BUILD_SHARED_LIBRARY) -## libshim_asc -include $(CLEAR_VARS) - -LOCAL_MULTILIB = 32 -LOCAL_SRC_FILES_32 := mtk_asc.cpp - -LOCAL_SHARED_LIBRARIES_32 := libbinder libgui -LOCAL_MODULE := libshim_asc -include $(BUILD_SHARED_LIBRARY) - - ## libshim_ui include $(CLEAR_VARS) diff --git a/mtk/libshims/mtk_asc.cpp b/mtk/libshims/mtk_asc.cpp deleted file mode 100644 index 8cc75ba..0000000 --- a/mtk/libshims/mtk_asc.cpp +++ /dev/null @@ -1,9 +0,0 @@ -#include <stdint.h> - -extern "C" { - void _ZN7android14SurfaceControl8setLayerEj(uint32_t); - - void _ZN7android14SurfaceControl8setLayerEi(int32_t layer){ - _ZN7android14SurfaceControl8setLayerEj(static_cast<uint32_t>(layer)); - } -}
\ No newline at end of file |
