commit | 63f9659e365f81ed60c35d27e9fcc9f08deb40dd | [log] [tgz] |
---|---|---|
author | Nicholas Chum <nicholaschum@gmail.com> | Mon Aug 01 18:31:47 2016 -0400 |
committer | Nicholas Chum <nicholaschum@gmail.com> | Mon Aug 01 18:31:47 2016 -0400 |
tree | 54d8a223ab5d585a5d389e4fcc0e37e0f657fe42 | |
parent | 2d883d36fb712ee488c6ef7c2fcde6d20aee9058 [diff] |
Bump the version up to 14
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