Commit d3938590 authored by mstrum's avatar mstrum Committed by Commit bot

Update comment about additional_res_packages in java_apk.gypi

additional_res_dirs was removed and additional_res_packages does not use it
anymore.

Review URL: https://codereview.chromium.org/902193002

Cr-Commit-Position: refs/heads/master@{#315163}
parent 19746c56
...@@ -24,9 +24,8 @@ ...@@ -24,9 +24,8 @@
# Optional/automatic variables: # Optional/automatic variables:
# additional_input_paths - These paths will be included in the 'inputs' list to # additional_input_paths - These paths will be included in the 'inputs' list to
# ensure that this target is rebuilt when one of these paths changes. # ensure that this target is rebuilt when one of these paths changes.
# additional_res_dirs - Additional directories containing Android resources. # additional_res_packages - Package names of R.java files generated in addition
# additional_res_packages - Package names of the R.java files corresponding to # to the default package name defined in AndroidManifest.xml.
# each directory in additional_res_dirs.
# additional_src_dirs - Additional directories with .java files to be compiled # additional_src_dirs - Additional directories with .java files to be compiled
# and included in the output of this target. # and included in the output of this target.
# additional_bundled_libs - Additional libraries what will be stripped and # additional_bundled_libs - Additional libraries what will be stripped and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment