Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save simrat39/1358777d67b09d4e6d3e521c130d652d to your computer and use it in GitHub Desktop.

Select an option

Save simrat39/1358777d67b09d4e6d3e521c130d652d to your computer and use it in GitHub Desktop.

Revisions

  1. simrat39 created this gist Mar 25, 2019.
    34 changes: 34 additions & 0 deletions 0001-build-Introduce-SubstratumHelperService.patch
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,34 @@
    From 34b099ef61ac5b44eb401c6a0b98c4f1aa617bb4 Mon Sep 17 00:00:00 2001
    From: Ivan Iskandar <iiiiskandar14@gmail.com>
    Date: Sun, 12 Nov 2017 11:34:48 +0700
    Subject: [PATCH 1/1] build: Introduce SubstratumHelperService

    Change-Id: I38f44cc25108d2fe5c48dd9b05392f2e0512c832
    Signed-off-by: DennySPB <dennyspb@gmail.com>
    ---
    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