diff options
Diffstat (limited to 'oatdump/Android.mk')
-rw-r--r-- | oatdump/Android.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oatdump/Android.mk b/oatdump/Android.mk index bf5c41b..a63b229 100644 --- a/oatdump/Android.mk +++ b/oatdump/Android.mk @@ -22,10 +22,10 @@ OATDUMP_SRC_FILES := \ include art/build/Android.executable.mk ifeq ($(ART_BUILD_TARGET_NDEBUG),true) - $(eval $(call build-art-executable,oatdump,$(OATDUMP_SRC_FILES),,,target,ndebug)) + $(eval $(call build-art-executable,oatdump,$(OATDUMP_SRC_FILES),libcutils,,target,ndebug)) endif ifeq ($(ART_BUILD_TARGET_DEBUG),true) - $(eval $(call build-art-executable,oatdump,$(OATDUMP_SRC_FILES),,,target,debug)) + $(eval $(call build-art-executable,oatdump,$(OATDUMP_SRC_FILES),libcutils,,target,debug)) endif ifeq ($(WITH_HOST_DALVIK),true) |