add vncserver

This commit is contained in:
Ziyang Zhou
2022-10-16 09:28:32 +08:00
parent f4cc018c6e
commit 347a3a68b3
6 changed files with 13 additions and 0 deletions

View File

@@ -193,3 +193,5 @@ $(foreach i,$(bins),\
$(eval $(call define-redroid-prebuilt-bin,$(i),$(ffmpeg_libs))))
$(eval $(call define-redroid-prebuilt-bin,uinputd,$(evdev_libs),uinputd/uinputd.rc))
$(eval $(call define-redroid-prebuilt-bin,vncserver,$(vncserver_libs),vncserver/vncserver.rc))

View File

@@ -11,6 +11,7 @@ PRODUCT_PACKAGES += \
ffmpeg \
ffprobe \
uinputd \
vncserver \
# vaapi

BIN
prebuilts/aarch64/bin/vncserver Executable file

Binary file not shown.

View File

@@ -0,0 +1,5 @@
service vendor.vncserver /vendor/bin/vncserver
disabled
on property:ro.boot.use_redroid_stream=1
start vendor.vncserver

BIN
prebuilts/x86_64/bin/vncserver Executable file

Binary file not shown.

View File

@@ -0,0 +1,5 @@
service vendor.vncserver /vendor/bin/vncserver
disabled
on property:ro.boot.use_redroid_stream=1
start vendor.vncserver