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
This commit is contained in:
jeffhao 2012-04-17 16:24:33 -07:00 committed by Brian Carlstrom
parent 50585e76fd
commit dc6757a4ce
1 changed files with 2 additions and 0 deletions

View File

@ -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))