OSDN Git Service

Merge branch 'aosp/honeycomb-LTE-release' into honeycomb-mr2-x86
[android-x86/dalvik.git] / libdex / Android.mk
index 558a7e5..281801e 100644 (file)
@@ -22,11 +22,11 @@ dex_src_files := \
        DexFile.c \
        DexInlines.c \
        DexOptData.c \
+       DexOpcodes.c \
        DexProto.c \
        DexSwapVerify.c \
        InstrUtils.c \
        Leb128.c \
-       OpCodeNames.c \
        OptInvocation.c \
        sha1.c \
        SysUtil.c \
@@ -46,6 +46,7 @@ dex_include_files := \
 ifneq ($(SDK_ONLY),true)  # SDK_only doesn't need device version
 
 include $(CLEAR_VARS)
+#LOCAL_CFLAGS += -UNDEBUG -DDEBUG=1
 LOCAL_SRC_FILES := $(dex_src_files)
 LOCAL_C_INCLUDES += $(dex_include_files)
 LOCAL_MODULE_TAGS := optional