File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -171,3 +171,32 @@ repositories:
171171 - type : " RunCommand"
172172 command : " setprop persist.log.tag V"
173173 ignore_failure : true
174+
175+ # adbd - TCP supporting limited adbd for debugging
176+ - name : " adbd"
177+ owner : " PenumbraOS"
178+ repo : " adbd"
179+ version : " latest"
180+ optional : true
181+
182+ reboot_after_completion : true
183+
184+ cleanup :
185+ - type : " UninstallPackages"
186+ patterns : ["com.penumbraos.adbd"]
187+
188+ releaseAssets : ["*.apk"]
189+ repoFiles : ["config/*.unit"]
190+
191+ installation :
192+ - type : " InstallApks"
193+ priority_order : ["*"]
194+
195+ - type : " PushFiles"
196+ files :
197+ - local : " *.unit"
198+ remote : " /sdcard/penumbra/etc/pinitd/system/"
199+
200+ # Enable the units by touching enabled/ files
201+ - type : " RunCommand"
202+ command : " touch /sdcard/penumbra/etc/pinitd/system/enabled/adbd_service.unit"
You can’t perform that action at this time.
0 commit comments