From 583a52478b0be4f4d0270b26631a0353f68e30eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Kongstad?= Date: Tue, 26 Sep 2023 14:39:23 +0200 Subject: [PATCH] printflags: add printflags to PRODUCT_PACKAGES Include the printflags device tool in the system image by default. Bug: 301547297 Test: adb shell printflags Change-Id: I3b2d71c89742bd389f6cafff8d8ab25fb81c7b00 --- 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 f8dbafd6e7..29e4ecd557 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -235,6 +235,7 @@ PRODUCT_PACKAGES += \ pm \ pppd \ preinstalled-packages-platform.xml \ + printflags \ privapp-permissions-platform.xml \ prng_seeder \ racoon \