commit | b5b1004b1f9e24e1f2ac42d600c5a938b4fe8945 | [log] [tgz] |
---|---|---|
author | Nicholas Chum <nicholaschum@gmail.com> | Sun Jan 22 23:17:10 2017 -0500 |
committer | Nathan Chancellor <natechancellor@gmail.com> | Fri Jan 27 10:37:29 2017 +0100 |
tree | 9a9ccac8c93fdd959a1cbb8b784d6e03f9b03c7a | |
parent | bf57c2432cd329cea27fa8e7fe6b8bb92a45cd22 [diff] |
Release 20P: Initiate the caller package checking system Thanks to @bigrushdog for the original code from his no-root algorithm. Change-Id: I5fc9d671cb6dd33067ae38c0c1d2dafc8599db2c (cherry picked from commit 1c402c5e4385b2fe19c3b1a6da30c57974c577f7)
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