From 962e2dde0afb2baec729d9726b6a34c6f5b24a61 Mon Sep 17 00:00:00 2001 From: Igor Murashkin Date: Fri, 5 Oct 2018 16:28:12 -0700 Subject: [PATCH] base_system: Add iorapd as core product target This makes iorapd be built as part of the system image with a regular 'make' command. Part of a topic that has 'iorapd' start up by init_rc. Bug: 72170747 Change-Id: I300bc35f508fbe36bf0f545e20236c718392d571 --- 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 6cc65619c..baeda8ca3 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -90,6 +90,7 @@ PRODUCT_PACKAGES += \ init.rc \ input \ installd \ + iorapd \ ip \ ip6tables \ iptables \