Merge "Added local variable info output to javac command for host build."
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 @@
 
 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))