From e24af74376b4b5accb5771537fbbe2a3afb04057 Mon Sep 17 00:00:00 2001 From: Mathew Inwood Date: Thu, 29 Jul 2021 11:15:58 +0100 Subject: [PATCH] Add libincident. This library is required by the StatsD apex and including it here ensures it's always available for use by the apex. Bug: 192556458 Bug: 160662406 Test: TH Change-Id: Ia01964d471e4456c05c77c708dee2e71e0121587 --- target/product/base_system.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/base_system.mk b/target/product/base_system.mk index 180c72bd84..14ce1af744 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -151,6 +151,7 @@ PRODUCT_PACKAGES += \ libgui \ libhardware \ libhardware_legacy \ + libincident \ libinput \ libinputflinger \ libiprouteutil \