Created
March 25, 2019 14:12
-
-
Save simrat39/1358777d67b09d4e6d3e521c130d652d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 34b099ef61ac5b44eb401c6a0b98c4f1aa617bb4 Mon Sep 17 00:00:00 2001 | |
From: Ivan Iskandar <[email protected]> | |
Date: Sun, 12 Nov 2017 11:34:48 +0700 | |
Subject: [PATCH 1/1] build: Introduce SubstratumHelperService | |
Change-Id: I38f44cc25108d2fe5c48dd9b05392f2e0512c832 | |
Signed-off-by: DennySPB <[email protected]> | |
--- | |
target/product/core.mk | 3 +++ | |
1 file changed, 3 insertions(+) | |
diff --git a/target/product/core.mk b/target/product/core.mk | |
index dfce36015..5efaa869b 100644 | |
--- a/target/product/core.mk | |
+++ b/target/product/core.mk | |
@@ -56,6 +56,8 @@ PRODUCT_PACKAGES += \ | |
SharedStorageBackup \ | |
SimAppDialog \ | |
StorageManager \ | |
+ SubstratumHelperService \ | |
+ substratum-sysconfig.xml \ | |
Telecom \ | |
TeleService \ | |
Traceur \ | |
@@ -68,6 +70,7 @@ PRODUCT_SYSTEM_SERVER_APPS += \ | |
FusedLocation \ | |
InputDevices \ | |
KeyChain \ | |
+ SubstratumHelperService \ | |
Telecom \ | |
# The set of packages we want to force 'speed' compilation on. | |
-- | |
2.17.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment