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:
55 ==> baseline_filename: "api/baseline.txt", <==
60 then the build system will automatically supply `--update-baseline` on your
62 will tell you where to find the updated baseline which you can then copy into
72 2. You can update the baseline by executing the following
75 …soong/.intermediates/frameworks/base/system-api-stubs-docs/android_common/api/system-baseline.txt \
76 frameworks/base/api/system-baseline.txt
77 To submit the revised baseline.txt to the main Android
83 Then re-run the build and you should now see diffs to the baseline file; git
91 baseline.txt
100 metalava wrote updated baseline to out/something/baseline.txt
106 $ cp out/something/baseline.txt frameworks/base/api/baseline.txt
112 API lint) by inspecting the baseline files in the source tree, but to get a
189 (This is generated when metalava is invoked with both --verbose and --update-baseline.)