Remove extra definition of AIDL
AIDL is defined in the sometimes-prebuilt tools section, remove the extra definition that was overriding it. Change-Id: I677bf46475fd5fd4a9258c77d91ecee806e5f205
This commit is contained in:
parent
fd08247bcf
commit
a8b896856a
|
@ -499,7 +499,6 @@ YACC := $(BISON) -d
|
|||
YASM := prebuilts/misc/$(BUILD_OS)-$(HOST_PREBUILT_ARCH)/yasm/yasm
|
||||
|
||||
DOXYGEN:= doxygen
|
||||
AIDL := $(HOST_OUT_EXECUTABLES)/aidl$(HOST_EXECUTABLE_SUFFIX)
|
||||
AIDL_CPP := $(HOST_OUT_EXECUTABLES)/aidl-cpp$(HOST_EXECUTABLE_SUFFIX)
|
||||
ifeq ($(HOST_OS),linux)
|
||||
BREAKPAD_DUMP_SYMS := $(HOST_OUT_EXECUTABLES)/dump_syms
|
||||
|
|
Loading…
Reference in New Issue