Index: build/config/android/rules.gni |
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni |
index 0c9dbf221110b302beff2126a42e432fea570621..0f8f565043cae5bb8f7b51ee480ed358a7b9698d 100644 |
--- a/build/config/android/rules.gni |
+++ b/build/config/android/rules.gni |
@@ -186,6 +186,9 @@ template("generate_jar_jni") { |
# Declare a target for c-preprocessor-generated java files |
# |
+# NOTE: For generating Java conterparts to enums prefer using the java_cpp_enum |
+# rule instead. |
+# |
# This target generates java files using the host C pre-processor. Each file in |
# sources will be compiled using the C pre-processor. If include_path is |
# specified, it will be passed (with --I) to the pre-processor. |