commit | d8b34e9f15d7c61f2af375c7e4a445d36a1f5d8d | [log] [tgz] |
---|---|---|
author | Nicholas Chum <nicholaschum@gmail.com> | Fri Jul 15 09:20:36 2016 -0400 |
committer | GitHub <noreply@github.com> | Fri Jul 15 09:20:36 2016 -0400 |
tree | fd2b88b99e17e9f8e817ec5c72ab4315310b7fc4 | |
parent | 456cf7d7ffc3977eaf1730d4e50131975013e978 [diff] | |
parent | 0718d01399fdec6548f36e0c5584154cfb9e43a7 [diff] |
Merge pull request #2 from TeamSubstratum/master Merge pull request #1 from nicholaschum/master
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