summaryrefslogtreecommitdiff
path: root/annotations/generate_annotated_java_files.py
AgeCommit message (Collapse)Author
2018-08-20Remove ojluni.jaif and associated machinery.Pete Gillin
This removes ojluni.jaif, which no longer contains any annotations data. It removes annotated_java_files.bp, which contained a list of files mentioned in ojluni.jaif. It removes the tooling and build rules around keeping annotated_java_files.bp up to date. And it removes all references to the generated source files from the libcore droiddoc targets. Bug: 111639530 Test: `make docs` output is unaffected Test: `make core-docs` Change-Id: I44ae36c3940abb0173a64669564b244b72c7ff9f
2018-02-14Null annotations for java.lang.(Character|Byte)Przemyslaw Szczepaniak
Annotated Integer.java can be found at out/target/common/obj/JAVA_LIBRARIES/core-oj_intermediates/ annotated/java/lang/(Character|Byte).java + Updated generate_annotated_java_files.py to correctly handle nested classes. Test: make docs Bug: 64930165 Change-Id: Icda613b60a406f0bc5e127a12e0916ddd6542d04
2017-10-30Revert "Revert "Add makefile targets for ojluni jaif-annotated source files.""Colin Cross
This reverts commit 554d65461915e1f9d2197a13d4ef39fa9964c809. This reapplies I9571a7841cbcc2790891352e0efc69327484736b with additional fixes for absolute OUT_DIR. Bug: 64930165 Bug: 68375156 Test: m checkbuild Test: m docs Change-Id: Iabb6689559752932f7e9a9bfb3c6d1077e844b1f
2017-10-27Revert "Add makefile targets for ojluni jaif-annotated source files."Colin Cross
This reverts commit eb55e5c38f1c374897a60f17627a153480e608bd. Reason for revert: Broke builds with absolute OUT_DIR, I'll reapply with a fix. Change-Id: Ie7cf38cb097bf9665e6e745707b705be24b77605
2017-10-26Add makefile targets for ojluni jaif-annotated source files.Przemyslaw Szczepaniak
Second attempt, this time with fixed list of targets in blueprints and with less broken python code. Test: make docs Bug: 64930165 Change-Id: I9571a7841cbcc2790891352e0efc69327484736b