It's a good idea to ship the scripts on the devices as it could help users working around issues with the default renderer settings, do some debugging or benchmarks, without needing to (re)compile an image.
Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]> --- config/common.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/common.mk b/config/common.mk index e6338e84..a79025f6 100644 --- a/config/common.mk +++ b/config/common.mk @@ -137,8 +137,10 @@ PRODUCT_PACKAGES += \ # Replicant specific packages PRODUCT_PACKAGES += \ + androidsw.sh \ evtest \ F-DroidPrivilegedExtension \ + llvmpipe.sh \ ReplicantWallpapers \ usb_networking_device.sh -- 2.24.0 _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
