commit | 7555531d5988f95300f6fd9eb3d14651176147ba | [log] [tgz] |
---|---|---|
author | LuK1337 <priv.luk@gmail.com> | Thu Mar 02 00:43:53 2017 +0100 |
committer | LuK1337 <priv.luk@gmail.com> | Fri Mar 03 10:54:19 2017 +0100 |
tree | 8d2496b8144a450a1e492bd521b2005618bb7656 | |
parent | 11bc3ec20eaeb47f464b07c1285bee1f3103440c [diff] |
Improve code style * Add more new lines * Always use brackets * Reduce amount of if levels Change-Id: I8f23e823021668296f57e4e15c50334a7ef40f44
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="substratum/masquerade" remote="github" revision="n-rootless" />
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