Index: build/config/android/rules.gni |
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni |
index 4c6c4bbd300f7dfac05774a1b2ad26cac4f3decd..ffb2b42b894bae255f55418f49386d181bfd8e55 100644 |
--- a/build/config/android/rules.gni |
+++ b/build/config/android/rules.gni |
@@ -940,6 +940,9 @@ template("java_library") { |
# proguard_preprocess: If true, proguard preprocessing will be run. This can |
# be used to remove unwanted parts of the library. |
# proguard_config: Path to the proguard config for preprocessing. |
+# supports_android: If true, Android targets (android_library, android_apk) |
+# may depend on this target. Note: if true, this target must only use the |
+# subset of Java available on Android. |
# |
# Example |
# java_prebuilt("foo_java") { |