commit | 306dfa3710cd341eadff136aac072ccb3b3597a0 | [log] [tgz] |
---|---|---|
author | Nathan Chancellor <natechancellor@gmail.com> | Sun Feb 26 12:54:39 2017 -0700 |
committer | Nathan Chancellor <natechancellor@gmail.com> | Sun Feb 26 20:55:32 2017 +0100 |
tree | efbc5db38bd38f0a7ad6d8dc797d71cdba98e06e | |
parent | 6eb98a93de9ccc03b18505b4eeb974ed4c076e28 [diff] |
Masquerade: Update README with new org/branch Change-Id: I628c4ec9de0f69cab640ba9d1de8001d83583a75 Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
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