aboutsummaryrefslogtreecommitdiff
path: root/antlr-3.4/runtime
AgeCommit message (Collapse)Author
2018-08-28Move files in antlr to match upstream directory structureHaibo Huang
Also update Android.bp to point to the new path. Test: m checkbuild Change-Id: I94322e3bcde0f576914f1c791f41c3091e372cdf
2018-02-20Antlr: Fix infinite recursionAndreas Gampe
Bug: 73645371 Test: m javac-check RUN_ERROR_PRONE=true Change-Id: Ie8702ad59aab1af7e23038fbffd5bd34902f1f7c
2011-11-16Add full source for antlr project (version 3.4)android-sdk-support_r11android-cts-4.2_r2android-cts-4.2_r1android-cts-4.1_r4android-cts-4.1_r2android-cts-4.1_r1android-4.3_r3.1android-4.3_r3android-4.3_r2.3android-4.3_r2.2android-4.3_r2.1android-4.3_r2android-4.3_r1.1android-4.3_r1android-4.3_r0.9.1android-4.3_r0.9android-4.3.1_r1android-4.2_r1android-4.2.2_r1.2android-4.2.2_r1.1android-4.2.2_r1android-4.2.1_r1.2android-4.2.1_r1.1android-4.2.1_r1android-4.1.2_r2.1android-4.1.2_r2android-4.1.2_r1android-4.1.1_r6.1android-4.1.1_r6android-4.1.1_r5android-4.1.1_r4android-4.1.1_r3android-4.1.1_r2android-4.1.1_r1.1android-4.1.1_r1tools_r22.2tools_r22tools_r21jb-releasejb-mr2.0.0-releasejb-mr2.0-releasejb-mr2-releasejb-mr2-devjb-mr1.1-releasejb-mr1.1-dev-plus-aospjb-mr1.1-devjb-mr1-releasejb-mr1-dev-plus-aospjb-mr1-devjb-mr0-releasejb-devBen Gruver
This replaces the existing source for an unknown version of the antlr-runtime with the full source for the antlr tool. However, we are still building just the runtime jar, not the full tool. The full tool will be included as a prebuilt jar, due to the complexities of building this tool. Since we will have both the full tool and the runtime jar in the Android tree, the module name for the runtime jar has been changed from "antlr" to "antlr-runtime" Change-Id: I38d5f3e5e82392dc122f46bf7961aab5b42e40c5 Signed-off-by: Ben Gruver <bgruv@google.com>