commit | d0163d2409b02134e47c8bf17783380075a2d3e5 | [log] [tgz] |
---|---|---|
author | Nicholas Chum <nicholaschum@gmail.com> | Thu Jul 14 04:25:39 2016 -0400 |
committer | Nicholas Chum <nicholaschum@gmail.com> | Thu Jul 14 04:25:40 2016 -0400 |
tree | bd3494292b6608fb3b88a8a1f5197244f3b5a636 | |
parent | 4c4c92b65086b7f10d855794f33345cc5d24cee2 [diff] |
Initiate travis.yml on main repo
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