commit | 17e5984cd61654c10fa3b69d517c2497c1fb8e2d | [log] [tgz] |
---|---|---|
author | Ivan Iskandar <iiiiskandar14@gmail.com> | Mon Feb 06 22:20:49 2017 +0700 |
committer | Nicholas Chum <nicholaschum@gmail.com> | Sat Feb 25 19:14:57 2017 -0500 |
tree | 36f1feee8a257e8e69beab0e24f8aa114b2e1cee | |
parent | 134c1966b0b29ae9140f2256f1cedab9b80a5c99 [diff] |
Finalize masquerade rootless functionality with Substratum [2/3] Change-Id: I61639bfdf395a32b9bd705edb295520642cbd8b5
Masquerade is Substratum's background service that runs functions that should run on a completely separate thread. This alleviates the stress on the main app and allows for Substratum to run more smoothly.
If you are a ROM developer, by now you should know how to track new packages while building your ROM. However, if you don't - please follow these steps:
Add "masquerade" under PRODUCT_PACKAGES in "vendor/config/common.mk"
PRODUCT_PACKAGES += \ ...\ ...\ ...\ masquerade
Add the project path in "platform_manifest/default.xml"
<project path="packages/apps/masquerade" name="TeamSubstratum/masquerade" remote="github" revision="master" />
platform_manifest/default.xml: https://github.com/TipsyOs/platform_manifest/commit/fbff9ea598ec04f4f4a69687a8024770fefa83de
vendor_tipsy/config/common.mk: https://github.com/TipsyOs/vendor_tipsy/commit/2e72dc4eb3a206fad34e9c4f130e270180eab1c2