summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/selinux/android-tools/android-tools_10.0.0.r36.bb
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers/selinux/android-tools/android-tools_10.0.0.r36.bb')
-rw-r--r--dynamic-layers/selinux/android-tools/android-tools_10.0.0.r36.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/dynamic-layers/selinux/android-tools/android-tools_10.0.0.r36.bb b/dynamic-layers/selinux/android-tools/android-tools_10.0.0.r36.bb
index ca3c9be..f342655 100644
--- a/dynamic-layers/selinux/android-tools/android-tools_10.0.0.r36.bb
+++ b/dynamic-layers/selinux/android-tools/android-tools_10.0.0.r36.bb
@@ -75,12 +75,14 @@ SRC_URI += " \
75 file://core/0013-patching-libziparchive.mk-to-build-in-yocto-environm.patch;patchdir=system/core \ 75 file://core/0013-patching-libziparchive.mk-to-build-in-yocto-environm.patch;patchdir=system/core \
76 file://core/0014-patching-libbacktrace.mk-to-build-in-yocto-environme.patch;patchdir=system/core \ 76 file://core/0014-patching-libbacktrace.mk-to-build-in-yocto-environme.patch;patchdir=system/core \
77 file://core/0015-Use-namespace-std-to-compile-libbacktrace.patch;patchdir=system/core \ 77 file://core/0015-Use-namespace-std-to-compile-libbacktrace.patch;patchdir=system/core \
78 file://core/0016-Adapt-adbd-to-work-with-yocto.patch;patchdir=system/core \
78 file://0001-libcrypto.mk-modifications-to-make-it-build-in-yocto.patch;patchdir=external/boringssl \ 79 file://0001-libcrypto.mk-modifications-to-make-it-build-in-yocto.patch;patchdir=external/boringssl \
79 file://0001-patching-libundwind-to-build-in-yocto-environment.patch;patchdir=external/libunwind \ 80 file://0001-patching-libundwind-to-build-in-yocto-environment.patch;patchdir=external/libunwind \
80 file://0001-libext4_utils.mk-modifications-to-make-it-build-in-y.patch;patchdir=system/extras \ 81 file://0001-libext4_utils.mk-modifications-to-make-it-build-in-y.patch;patchdir=system/extras \
81 file://0002-libfec-change-out_dir-in-makefile.patch;patchdir=system/extras \ 82 file://0002-libfec-change-out_dir-in-makefile.patch;patchdir=system/extras \
82 file://rules_yocto.mk;subdir=git \ 83 file://rules_yocto.mk;subdir=git \
83 file://android-tools-adbd.service \ 84 file://android-tools-adbd.service \
85 file://adbd.mk;subdir=git/system/core/debian \
84" 86"
85 87
86S = "${WORKDIR}/git" 88S = "${WORKDIR}/git"
@@ -111,6 +113,7 @@ CC:append:class-nativesdk = " -I${STAGING_INCDIR}"
111 113
112PREREQUISITE_core = "libbase libsparse liblog libcutils" 114PREREQUISITE_core = "libbase libsparse liblog libcutils"
113TOOLS_TO_BUILD = "libcrypto_utils libadb libziparchive fastboot adb img2simg simg2img libbacktrace" 115TOOLS_TO_BUILD = "libcrypto_utils libadb libziparchive fastboot adb img2simg simg2img libbacktrace"
116TOOLS_TO_BUILD:append:class-target = " adbd"
114 117
115# Adb needs sys/capability.h, which is not available for native* 118# Adb needs sys/capability.h, which is not available for native*
116TOOLS:class-native = "boringssl fastboot ext4_utils mkbootimg" 119TOOLS:class-native = "boringssl fastboot ext4_utils mkbootimg"