diff options
author | RGIB <gibellini.roberto@gmail.com> | 2016-12-22 00:10:25 +0100 |
---|---|---|
committer | RGIB <gibellini.roberto@gmail.com> | 2016-12-22 00:10:25 +0100 |
commit | 70c3c737148b682632fc9ee79ead51bb3be35e33 (patch) | |
tree | 2995f4fed1a81dd4f545f7b0ad169097cf9f8af1 | |
parent | b70ebd3644a8eb0444cfa9ac9a046d24a0e65f34 (diff) | |
download | device_samsung_kona-common-70c3c737148b682632fc9ee79ead51bb3be35e33.zip device_samsung_kona-common-70c3c737148b682632fc9ee79ead51bb3be35e33.tar.gz device_samsung_kona-common-70c3c737148b682632fc9ee79ead51bb3be35e33.tar.bz2 |
kona-common : opensource RIL does not need this shimmed symbol
Change-Id: Ie68fb4748dd2bf71531dbe9b0c547c167d857600
-rw-r--r-- | samsung_symbols/symbols.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/samsung_symbols/symbols.cpp b/samsung_symbols/symbols.cpp index c067dd5..048883d 100644 --- a/samsung_symbols/symbols.cpp +++ b/samsung_symbols/symbols.cpp @@ -16,19 +16,9 @@ #include <stdlib.h> -// n5100-n5110 // Do not check libsec-ril.so protobuf version // google::protobuf::internal::VerifyVersion(int, int, char const*) extern "C" void _ZN6google8protobuf8internal13VerifyVersionEiiPKc(); extern "C" void _ZN6google8protobuf8internal13VerifyVersionEiiPKc(){} -// n5120 -// missing symbol from stock libril.so - -// android::Parcel::writeString16(char16_t const*, unsigned int) -extern "C" int _ZN7android6Parcel13writeString16EPKDsj(); -// android::Parcel::writeString16(unsigned short const*, unsigned int) -extern "C" int _ZN7android6Parcel13writeString16EPKtj(){ - return _ZN7android6Parcel13writeString16EPKDsj(); -} |