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.bb2
1 files changed, 1 insertions, 1 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 7fa7e30..db51f69 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
@@ -145,7 +145,7 @@ do_compile() {
145 done 145 done
146 146
147 for tool in ${TOOLS_TO_BUILD}; do 147 for tool in ${TOOLS_TO_BUILD}; do
148 if tool == "libbacktrace"; then 148 if [ "$tool" == "libbacktrace" ]; then
149 oe_runmake -f ${S}/system/core/debian/${tool}.mk -C ${S}/system/core DEB_HOST_ARCH=${deb_host_arch} 149 oe_runmake -f ${S}/system/core/debian/${tool}.mk -C ${S}/system/core DEB_HOST_ARCH=${deb_host_arch}
150 else 150 else
151 oe_runmake -f ${S}/system/core/debian/${tool}.mk -C ${S}/system/core 151 oe_runmake -f ${S}/system/core/debian/${tool}.mk -C ${S}/system/core