Files
meta-diya/recipes-devtools/android-tools/android-tools_%.bbappend
Dany LE ab8921d052 Major update:
- Switch to Sytemd
- Add development tools: adroid tool, usbgadget support
- Rework on recovery Image
2025-11-26 17:55:25 +01:00

8 lines
198 B
Plaintext

USB_DEBUGGING_ENABLED = "1"
do_install:append() {
install -d ${D}/${sysconfdir}
touch ${D}/${sysconfdir}/usb-debugging-enabled
}
FILES:${PN}-adbd += " ${sysconfdir}/usb-debugging-enabled "