From c24b736dfeb01d4f367009ca144017192ef9bde7 Mon Sep 17 00:00:00 2001 From: Yu-Ting Tseng Date: Thu, 27 Jun 2024 15:53:45 -0700 Subject: [PATCH] Include libuprobestats_client in system image. Ignore-AOSP-First: uprobestats currently only exists on the internal branch Bug: 332977450 Test: m Change-Id: Ib881b2a729544df54057c7a48b24fcfa2a4bd05a --- 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 4f21c3ed63..27ce17dbed 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -204,6 +204,7 @@ PRODUCT_PACKAGES += \ libstdc++ \ libsysutils \ libui \ + libuprobestats_client \ libusbhost \ libutils \ libvintf_jni \