commit | 5163142a40e96ad70683c4552313946a232cad03 | [log] [tgz] |
---|---|---|
author | Nicholas Chum <nicholaschum@gmail.com> | Mon Jul 25 15:11:02 2016 -0400 |
committer | GitHub <noreply@github.com> | Mon Jul 25 15:11:02 2016 -0400 |
tree | 3e73982f7bb54e76ebf201f58938f1da0075d715 | |
parent | 30c994f91097820099b3a601b0bd8bcbd6f54e21 [diff] | |
parent | 066b40d5e307eb769c31b39662cc0885ffe96873 [diff] |
Merge pull request #3 from halogenOS/master Use of Android.mk in project root
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