androidsw.sh and llvmpipe.sh were merged into a single graphics.sh script in order to improve the user interface.
Since the scripts Android.mk was adjusted as well to use graphics.sh, we need to adjust the PRODUCT_PACKAGES to reflect that too. Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]> --- config/common.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/common.mk b/config/common.mk index 8402171b..e19fb68e 100644 --- a/config/common.mk +++ b/config/common.mk @@ -141,10 +141,9 @@ PRODUCT_PACKAGES += \ # Replicant specific packages PRODUCT_PACKAGES += \ - androidsw.sh \ evtest \ F-DroidPrivilegedExtension \ - llvmpipe.sh \ + graphics.sh \ ReplicantWallpapers \ usb_networking_device.sh -- 2.27.0 _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
