Commit dd10cebf authored by Daniel Cordero's avatar Daniel Cordero Committed by GitHub

Fix issue with adbd patch striplevel

0001-Allow-adbd-to-be-ran-as-root.patch contains paths with 'a/', 'b/' prefixes which need to be stripped.

```
Applying patch 0001-Allow-adbd-to-be-ran-as-root.patch
can't find file to patch at input line 14
Perhaps you used the wrong -p or --strip option?
```
parent 97fdabbd
FILESEXTRAPATHS_prepend := "${THISDIR}/android-tools:"
SRC_URI += " file://0001-Allow-adbd-to-be-ran-as-root.patch "
SRC_URI += " file://0001-Allow-adbd-to-be-ran-as-root.patch;striplevel=1 "
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment