Lines Matching refs:baseline
42 baseline to see if a given issue is already listed in the baseline, and if so,
45 You can pass a flag to metalava ("--update-baseline") to tell it to update the
46 baseline files with any new errors it comes across instead of reporting
47 them. With soong, if you specify the baseline explicitly, like this:
54 ==> baseline_filename: "api/baseline.txt", <==
58 then the build system will automatically supply `--update-baseline` on your
60 will tell you where to find the updated baseline which you can then copy into
70 2. You can update the baseline by executing the following
73 …soong/.intermediates/frameworks/base/system-api-stubs-docs/android_common/api/system-baseline.txt \
74 frameworks/base/api/system-baseline.txt
75 To submit the revised baseline.txt to the main Android
81 Then re-run the build and you should now see diffs to the baseline file; git
89 baseline.txt
98 metalava wrote updated baseline to out/something/baseline.txt
104 $ cp out/something/baseline.txt frameworks/base/api/baseline.txt
110 API lint) by inspecting the baseline files in the source tree, but to get a
187 (This is generated when metalava is invoked with both --verbose and --update-baseline.)