diff options
author | Alexandre Roux <alexandre.roux.danzi@lostpod.me> | 2021-11-18 16:41:18 +0000 |
---|---|---|
committer | Alexandre Roux <alexandre.roux.danzi@lostpod.me> | 2021-11-18 16:41:18 +0000 |
commit | 71f89c909ddba866bef2d491d912d901834dc7ab (patch) | |
tree | b2dc0e6c8c2f3cb2c85c4dc9b93da56be62fb699 /README.md | |
parent | c8e43e5720e361173ddbf25a98716a3e7d680d45 (diff) |
update links
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -76,10 +76,15 @@ This app requires different modules that must be built indivually and pushed to modules must be build and deployed in the following order: -- privacymodulesapi -- privacymodulese -- privacymoduletor -- privacymoduletrackerfilter +- [privacymodulesapi](../e_privacycentral_privacymodulesapi) +- [privacymodulese](../e_privacycentral_privacymodulese) +- [privacymoduletor](../e_privacycentral_privacymoduletor) +- [privacymoduletrackerfilter](../e_privacycentral_privacymoduletrackerfilter) + +TrackerFilter won't work unless your rom was build with this specific netd project: + +[android_system_netd](../e_privacycentral_android_system_netd) + ## Build If you'd like to build PrivacyCentral locally, you should be able to just clone and build with no issues. |