diff options
Diffstat (limited to 'dynamic-layers/selinux/android-tools')
-rw-r--r-- | dynamic-layers/selinux/android-tools/android-tools_10.0.0.r36.bb | 2 |
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 b943a5d..ca3c9be 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 | |||
@@ -166,7 +166,7 @@ do_compile() { | |||
166 | done | 166 | done |
167 | 167 | ||
168 | for tool in ${TOOLS_TO_BUILD}; do | 168 | for tool in ${TOOLS_TO_BUILD}; do |
169 | if [ "$tool" == "libbacktrace" ]; then | 169 | if [ "$tool" = "libbacktrace" ]; then |
170 | oe_runmake -f ${S}/system/core/debian/${tool}.mk -C ${S}/system/core DEB_HOST_ARCH=${deb_host_arch} | 170 | oe_runmake -f ${S}/system/core/debian/${tool}.mk -C ${S}/system/core DEB_HOST_ARCH=${deb_host_arch} |
171 | else | 171 | else |
172 | oe_runmake -f ${S}/system/core/debian/${tool}.mk -C ${S}/system/core | 172 | oe_runmake -f ${S}/system/core/debian/${tool}.mk -C ${S}/system/core |