This can help debug software and hardware issues so it's best to ship it as it is time consuming to build an image just for adding it.
Evtest has to be added to PRODUCT_PACKAGES to be shipped on the devices. Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]> --- default.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/default.xml b/default.xml index fccd268..caca595 100644 --- a/default.xml +++ b/default.xml @@ -69,6 +69,7 @@ <project path="external/ebtables" name="LineageOS-mirror/android_external_ebtables.git" /> <project path="external/elfutils" name="LineageOS-mirror/android_external_elfutils.git" groups="pdk" /> <project path="external/exfat" name="LineageOS-mirror/android_external_exfat.git" /> + <project path="external/evtest" name="replicant/external_evtest.git" remote="replicant" /> <project path="external/f2fs-tools" name="LineageOS-mirror/android_external_f2fs-tools.git" groups="pdk" /> <project path="external/ffmpeg" name="LineageOS-mirror/android_external_ffmpeg.git" /> <project path="external/flac" name="LineageOS-mirror/android_external_flac.git" groups="pdk" /> -- 2.24.0 _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
