From ef83b80ec3971c70524d0be98dbb2b201ef546e1 Mon Sep 17 00:00:00 2001 From: markchien Date: Thu, 17 Oct 2019 11:34:48 +0800 Subject: [PATCH] [Tether08] build InProcessTethering package Build tethering package which is running the same process as system server. Since tethering still have some dependency with system server which need to run in system server process(e.g. use LocalService), we need to use InProcessTethering for all first. After cutting off the dependency, Go devices would keep use "InProcessTethering" and other non-Go devices would be switched to use "Tethering" package. Bug: 136040414 Test: -build, flash, boot Change-Id: I680273a3ee8fed3af843a829da17ca84b130f475 Merged-In: I680273a3ee8fed3af843a829da17ca84b130f475 --- 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 8f994466b7..df4f6a7fee 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -101,6 +101,7 @@ PRODUCT_PACKAGES += \ incident_helper \ init.environ.rc \ init_system \ + InProcessTethering \ input \ installd \ iorapd \