Skip to content

USB_DEBUGGING_ENABLED does not enable adbd #572

@tewarid

Description

@tewarid

The following code has no effect because apparently ROOTFS_POSTPROCESS_COMMAND only works in image recipes

ROOTFS_POSTPROCESS_COMMAND_${PN}-adbd += "${@bb.utils.contains("USB_DEBUGGING_ENABLED", "1", "android_tools_enable_devmode;", "", d)}"

Hence, setting USB_DEBUGGING_ENABLED to "1" in local conf does not have the intended effect of enabling adbd.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions