am 30090e41
: Set the intermediate dirs before using them.
Merge commit '30090e41e31e7db34a1092d8173c1413c036b49d' into gingerbread-plus-aosp * commit '30090e41e31e7db34a1092d8173c1413c036b49d': Set the intermediate dirs before using them.
This commit is contained in:
commit
b09173e789
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue