Merge "Don't double-wrap with gomacc"
This commit is contained in:
commit
b7a12806b1
1 changed files with 2 additions and 0 deletions
|
@ -281,11 +281,13 @@ combo_2nd_arch_prefix := $(TARGET_2ND_ARCH_VAR_PREFIX)
|
|||
include $(BUILD_SYSTEM)/combo/select.mk
|
||||
endif
|
||||
|
||||
ifndef KATI
|
||||
include $(BUILD_SYSTEM)/ccache.mk
|
||||
include $(BUILD_SYSTEM)/goma.mk
|
||||
|
||||
export CC_WRAPPER
|
||||
export CXX_WRAPPER
|
||||
endif
|
||||
|
||||
ifdef TARGET_PREFER_32_BIT
|
||||
TARGET_PREFER_32_BIT_APPS := true
|
||||
|
|
Loading…
Reference in a new issue