2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-11-09 19:10:30 +00:00

CommonInstaller: install Android Q sync adapters

This commit is contained in:
Christopher Roy Bratusek 2020-01-27 18:10:23 +01:00
parent 06cef308be
commit 794fdadf7b

View File

@ -516,6 +516,7 @@ detect_arch () {
24 | 25 ) GSYNC_VER=N ;; 24 | 25 ) GSYNC_VER=N ;;
26 | 27 ) GSYNC_VER=O ;; 26 | 27 ) GSYNC_VER=O ;;
28 ) GSYNC_VER=P ;; 28 ) GSYNC_VER=P ;;
29 ) GSYNC_VER=Q ;;
* ) GSYNC_UNSUPPORTED=1 ;; * ) GSYNC_UNSUPPORTED=1 ;;
esac esac