Skip to content

Commit a3bfe0a

Browse files
committed
Add adbd install config
1 parent a1f17b6 commit a3bfe0a

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

configs/penumbra.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)