forked from openkylin/platform_build
Set the intermediate dirs before using them.
Change-Id: Ibdab1234ca8c5a86c5226ed71e84374c3fcd7a90
This commit is contained in:
parent
9049e321ae
commit
30090e41e3
|
@ -23,6 +23,9 @@ all_res_assets :=
|
|||
|
||||
LOCAL_BUILT_MODULE_STEM := javalib.jar
|
||||
|
||||
intermediates := $(call local-intermediates-dir)
|
||||
intermediates.COMMON := $(call local-intermediates-dir,COMMON)
|
||||
|
||||
ifndef LOCAL_IS_HOST_MODULE
|
||||
ifeq (true,$(WITH_DEXPREOPT))
|
||||
ifndef LOCAL_DEX_PREOPT
|
||||
|
|
Loading…
Reference in New Issue