diff options
Diffstat (limited to 'patchoat')
-rw-r--r-- | patchoat/Android.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patchoat/Android.mk b/patchoat/Android.mk index 1e16096..68ca923 100644 --- a/patchoat/Android.mk +++ b/patchoat/Android.mk @@ -38,8 +38,8 @@ endif # We always build patchoat and dependencies, even if the host build is otherwise disabled, since they are used to cross compile for the target. ifeq ($(ART_BUILD_HOST_NDEBUG),true) - $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),,art/compiler,host,ndebug)) + $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils,art/compiler,host,ndebug)) endif ifeq ($(ART_BUILD_HOST_DEBUG),true) - $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),,art/compiler,host,debug)) + $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils,art/compiler,host,debug)) endif |