diff options
| author | Dan Albert <danalbert@google.com> | 2017-12-20 15:30:38 -0800 |
|---|---|---|
| committer | Dan Albert <danalbert@google.com> | 2017-12-20 15:30:38 -0800 |
| commit | a119b49d669db924c36d8d8376590601b70a9c77 (patch) | |
| tree | 36a2b246b6e3b804da6e8498d4e745d4ae841b46 | |
| parent | 57c9ad33f25a82fffe90bb8db51d8ddaa2941e48 (diff) | |
| download | platform_external_protobuf-a119b49d669db924c36d8d8376590601b70a9c77.tar.gz platform_external_protobuf-a119b49d669db924c36d8d8376590601b70a9c77.tar.bz2 platform_external_protobuf-a119b49d669db924c36d8d8376590601b70a9c77.zip | |
Remove unused protobuf module.
Test: make checkbuild
Bug: None
Change-Id: I6fee9f3a9bb37c92e60f71af2416363d42acf9ef
| -rw-r--r-- | Android.bp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Android.bp b/Android.bp index 13fd1ab75..5038d0330 100644 --- a/Android.bp +++ b/Android.bp @@ -214,21 +214,6 @@ cc_library_static { stl: "stlport_static", } -// C++ full library for the NDK, Gnustl+rtti version. -// ======================================================= -cc_library_static { - name: "libprotobuf-cpp-full-ndk-gnustl-rtti", - defaults: ["libprotobuf-cpp-lite-defaults"], - - srcs: protobuf_cc_full_src_files, - shared_libs: ["libz"], - - rtti: true, - sdk_version: "14", - stl: "gnustl_static", - -} - // C++ full library for the platform and host // ======================================================= cc_library_shared { |
