commit | a8b49f2183ac1b72bb37c085391aa1c921e64116 | [log] [tgz] |
---|---|---|
author | KreAch3R <kreach3r@users.noreply.github.com> | Mon Feb 20 16:22:01 2017 +0200 |
committer | Nicholas Chum <nicholaschum@gmail.com> | Sat Feb 25 19:34:51 2017 -0500 |
tree | aa69c243e8b3730037687c5697c0fd5bf54ed5a9 | |
parent | 421c76528dff38317a41e10b2cc7fa831083673f [diff] |
Update gradle dependencies Change-Id: Ied647eda448943f44fb1ce43f8984474c2342551
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