am f8b804f8
: Merge "Autoadd core-hostdex if LOCAL_BUILD_HOST_DEX is true"
* commit 'f8b804f8c532c6d913d8389f9a8e4c05a8f0310c': Autoadd core-hostdex if LOCAL_BUILD_HOST_DEX is true
This commit is contained in:
commit
d3a561da10
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ LOCAL_IS_HOST_MODULE := true
|
|||
LOCAL_BUILT_MODULE_STEM := javalib.jar
|
||||
|
||||
ifeq ($(LOCAL_BUILD_HOST_DEX),true)
|
||||
ifneq ($(LOCAL_NO_STANDARD_LIBRARIES),true)
|
||||
LOCAL_JAVA_LIBRARIES := $(sort core-hostdex $(LOCAL_JAVA_LIBRARIES))
|
||||
endif
|
||||
|
||||
intermediates := $(call local-intermediates-dir)
|
||||
intermediates.COMMON := $(call local-intermediates-dir,COMMON)
|
||||
|
||||
|
|
Loading…
Reference in a new issue