aboutsummaryrefslogtreecommitdiffstats
path: root/samsung_symbols/symbols.cpp
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-07-14 14:30:44 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-07-14 14:30:44 +0200
commitad9d5b6b0db98611ce6953ff004d9c48460c44f3 (patch)
tree94a809fdced05b4c60517094f63364698de552ba /samsung_symbols/symbols.cpp
parent283291864a44f5378539438b9928410fbf89b83f (diff)
downloaddevice_samsung_kona-common-ad9d5b6b0db98611ce6953ff004d9c48460c44f3.zip
device_samsung_kona-common-ad9d5b6b0db98611ce6953ff004d9c48460c44f3.tar.gz
device_samsung_kona-common-ad9d5b6b0db98611ce6953ff004d9c48460c44f3.tar.bz2
Initial Replicant adaptions
added Keylayout and Idc files removed code for the proprietary RIL Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
Diffstat (limited to 'samsung_symbols/symbols.cpp')
-rw-r--r--samsung_symbols/symbols.cpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/samsung_symbols/symbols.cpp b/samsung_symbols/symbols.cpp
deleted file mode 100644
index 048883d..0000000
--- a/samsung_symbols/symbols.cpp
+++ /dev/null
@@ -1,24 +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.
- */
-
-#include <stdlib.h>
-
-// Do not check libsec-ril.so protobuf version
-
-// google::protobuf::internal::VerifyVersion(int, int, char const*)
-extern "C" void _ZN6google8protobuf8internal13VerifyVersionEiiPKc();
-extern "C" void _ZN6google8protobuf8internal13VerifyVersionEiiPKc(){}
-