diff options
| author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2025-02-10 01:45:17 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-02-09 16:43:14 -0800 |
| commit | 6b44831860baf6285afa75f80f5108f44a7e431a (patch) | |
| tree | 02034b7a6879f311d2e1fd907c56100b8fbe3de3 /meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools | |
| parent | f0f690a64debe3f27fbb1ca9b087850d1bfb43c5 (diff) | |
| download | meta-openembedded-6b44831860baf6285afa75f80f5108f44a7e431a.tar.gz | |
android-tools: drop useless USB_DEBUGGING_ENABLED handling
This reverts commits 4271cc28279b ("android-tools: Add flag to enable
adbd service (#147)") and b85ae59968f4 ("android-tools 10: Add flag to
enable adbd service"). These two commits added optional
ROOTFS_POSTPROCESS_COMMAND touching the flag file, however this variable
doesn't make any sense in the package recipe, it is only concerned in
the image context.
Drop useless code from the android-tools recipe.
Fixes: 4271cc28279b ("android-tools: Add flag to enable adbd service (#147)")
Fixes: b85ae59968f4 ("android-tools 10: Add flag to enable adbd service")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools')
| -rw-r--r-- | meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb b/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb index ee665bb151..cd3c54e32e 100644 --- a/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb +++ b/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb | |||
| @@ -188,9 +188,3 @@ FILES:${PN}-fstools = "\ | |||
| 188 | FILES:${PN} += "${libdir}/android ${libdir}/android/*" | 188 | FILES:${PN} += "${libdir}/android ${libdir}/android/*" |
| 189 | 189 | ||
| 190 | BBCLASSEXTEND = "native" | 190 | BBCLASSEXTEND = "native" |
| 191 | |||
| 192 | android_tools_enable_devmode() { | ||
| 193 | touch ${IMAGE_ROOTFS}/etc/usb-debugging-enabled | ||
| 194 | } | ||
| 195 | |||
| 196 | ROOTFS_POSTPROCESS_COMMAND_${PN}-adbd += "${@bb.utils.contains("USB_DEBUGGING_ENABLED", "1", "android_tools_enable_devmode;", "", d)}" | ||
