Commit 25963aed authored by Tsu Chiang Chuang's avatar Tsu Chiang Chuang Committed by Brian Carlstrom
Browse files

Add make rule for dex.

(cherry-picked from commit 6f567f2b)

Change-Id: If3c7122d7a6e914d4a21a33d0dddcc234bb5089e
parent eeb7a5e9
No related merge requests found
......@@ -149,6 +149,12 @@ $(LOCAL_INTERMEDIATE_TARGETS): $(TMP_RESOURCE_DIR)$(TMP_RESOURCE_FILE)
# Build for the host.
#
include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-main-java-files-under, dex)
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := dex-host
include $(BUILD_HOST_JAVA_LIBRARY)
ifeq ($(WITH_HOST_DALVIK),true)
# Definitions to make the core library.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment