From dc6757a4ce4fd27d9d8a3756abe03b28a6f07c01 Mon Sep 17 00:00:00 2001 From: jeffhao Date: Tue, 17 Apr 2012 16:24:33 -0700 Subject: Added local variable info output to javac command for host build. The host java files weren't being compiled with -g. (cherry-picked from 3a971f734060d19fc023ccf82e39d956a31b7cfb) Change-Id: I4274910c64ebf52ec955e30e800b34fc309db27b --- core/host_java_library.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/host_java_library.mk') diff --git a/core/host_java_library.mk b/core/host_java_library.mk index 91942dc..438e093 100644 --- a/core/host_java_library.mk +++ b/core/host_java_library.mk @@ -47,6 +47,8 @@ endif # LOCAL_BUILD_HOST_DEX include $(BUILD_SYSTEM)/base_rules.mk +$(full_classes_compiled_jar): PRIVATE_JAVAC_DEBUG_FLAGS := -g + # The layers file allows you to enforce a layering between java packages. # Run build/tools/java-layers.py for more details. layers_file := $(addprefix $(LOCAL_PATH)/, $(LOCAL_JAVA_LAYERS_FILE)) -- cgit v1.1