Directly set path via MAKE vars instead of defning TESTTOOLS. This way
setfiles, which is required by the ImageBuilder, ends up in /host/bin
while checkpolicy can stay in hostpkg/bin.
Signed-off-by: Paul Spooren <mail@aparcar.org>
# builds is a small host tool that gets run as part of the build
# process.
MAKE_FLAGS += \
- TEST_TOOLCHAIN="$(STAGING_DIR_HOSTPKG)" \
- BINDIR=/bin \
- SBINDIR=/sbin \
+ SETFILES="$(STAGING_DIR_HOST)/bin/setfiles" \
+ CHECKPOLICY="$(STAGING_DIR_HOSTPKG)/bin/checkpolicy" \
CC="$(HOSTCC)" \
CFLAGS="$(HOST_CFLAGS)"