From 3e69a4a52d9b86f092cf02c75007ecaafaff4579 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Wed, 20 Mar 2019 13:02:05 +0000 Subject: [PATCH] Remove protobuf-cpp-full-rtti from mainline It used to be depended on by something on /product, but this is no longer the case. Bug: 119619080 Test: build downstream users of mainline_system Change-Id: Iabe1dbb45499b25295f741a62336cb86e4565d60 --- target/product/mainline_system.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/target/product/mainline_system.mk b/target/product/mainline_system.mk index 0ddc3db597..ecd5691d7a 100644 --- a/target/product/mainline_system.mk +++ b/target/product/mainline_system.mk @@ -81,7 +81,6 @@ PRODUCT_PACKAGES += \ libminui \ libnl \ libprotobuf-cpp-full \ - libprotobuf-cpp-full-rtti \ PRODUCT_PACKAGES_DEBUG += \ avbctl \