diff options
-rw-r--r-- | README.md | 23 |
1 files changed, 19 insertions, 4 deletions
@@ -72,6 +72,25 @@ hooks/pre-commit ## Build dependencies +TrackerFilter won't work unless your rom was build with this specific netd project: + +[android_system_netd](../../../e_privacycentral_android_system_netd) + +To create an /e/ build with this specific project, follow the documentation to create an usual /e/ build for your device https://doc.e.foundation/devices until `repo sync` + +After `repo sync` all the sources, replace +``` +system/netd +``` + +with this repo [android_system_netd](../../../e_privacycentral_android_system_netd) + +then run the build as usual + +This won't include privacy central, you still need to build the app. + + + This app requires different modules that must be built indivually and pushed to a local maven repository or our gitlab modules must be build and deployed in the following order: @@ -81,10 +100,6 @@ modules must be build and deployed in the following order: - [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. |