aboutsummaryrefslogtreecommitdiff
path: root/libshims
diff options
context:
space:
mode:
authorSteven Lay <arbiter1000@gmail.com>2017-07-25 02:29:20 +0000
committerSteven Lay <arbiter1000@gmail.com>2017-08-23 11:43:25 +0000
commit2725f5354afc113c7ea675ad97e55ee3970b6bcf (patch)
treeb11b668c70ed74e5d977b27bbfb775b053b8c7a4 /libshims
parent91b54e18568bc30dfb7422881d995401532bff11 (diff)
shinano-common: remove libwvm shim
* With the introduction of kipper widevine blobs, a shim for libwvm is no longer necessary Change-Id: I82c44e74dcdbb88e50536ca23c64fe2927b5f1eb
Diffstat (limited to 'libshims')
-rw-r--r--libshims/Android.mk13
-rw-r--r--libshims/wvm.c21
2 files changed, 0 insertions, 34 deletions
diff --git a/libshims/Android.mk b/libshims/Android.mk
index e4bfd9f..5d4e445 100644
--- a/libshims/Android.mk
+++ b/libshims/Android.mk
@@ -16,19 +16,6 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
-
-LOCAL_SRC_FILES := wvm.c
-
-LOCAL_SHARED_LIBRARIES := libstagefright_foundation
-
-LOCAL_MODULE := libshims_wvm
-LOCAL_MODULE_TAGS := optional
-
-LOCAL_32_BIT_ONLY := true
-
-include $(BUILD_SHARED_LIBRARY)
-
-include $(CLEAR_VARS)
LOCAL_SRC_FILES := signal.c
LOCAL_MODULE := libshims_signal
LOCAL_SHARED_LIBRARIES := libc
diff --git a/libshims/wvm.c b/libshims/wvm.c
deleted file mode 100644
index 422a6d5..0000000
--- a/libshims/wvm.c
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Copyright (C) 2016 The CyanogenMod Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-/* MediaBufferGroup::MediaBufferGroup */
-int _ZN7android16MediaBufferGroupC1Ej(unsigned int);
-int _ZN7android16MediaBufferGroupC1Ev() {
- return _ZN7android16MediaBufferGroupC1Ej(0);
-}