Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
core: config: Use host ijar if requested
Change-Id: I34de40bd0bb305d34f52b73c4256f4f5880f743b
  • Loading branch information
Uldiniad authored and luca020400 committed Jul 28, 2018
1 parent 17bc588 commit a82a188
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/config.mk
Expand Up @@ -562,7 +562,13 @@ ACP := $(prebuilt_build_tools_bin)/acp
CKATI := $(prebuilt_build_tools_bin)/ckati
DEPMOD := $(HOST_OUT_EXECUTABLES)/depmod
FILESLIST := $(SOONG_HOST_OUT_EXECUTABLES)/fileslist

ifneq ($(IJAR_EXEC),)
IJAR := $(IJAR_EXEC)
else
IJAR := $(prebuilt_build_tools_bin)/ijar
endif

MAKEPARALLEL := $(prebuilt_build_tools_bin)/makeparallel
SOONG_JAVAC_WRAPPER := $(SOONG_HOST_OUT_EXECUTABLES)/soong_javac_wrapper
SOONG_ZIP := $(SOONG_HOST_OUT_EXECUTABLES)/soong_zip
Expand Down

0 comments on commit a82a188

Please sign in to comment.