summaryrefslogtreecommitdiff
path: root/annotations/generate_annotated_java_files.py
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2018-10-13 17:16:21 +0100
committerNeil Fuller <nfuller@google.com>2018-10-14 00:17:46 +0100
commit3513bab81e8d4462204b0936e185248a014d23ce (patch)
tree39236a50e250de4f02a1c5d37a078e0f10a347e0 /annotations/generate_annotated_java_files.py
parenta74c87c3a3481aa51c01b71494fb9d6acc4ed6e7 (diff)
Avoid constructor with non-API class
Add a no-arg constructor to SignerInfo for the stubs. Without this the stubs generator includes one of the other constructors that has X500Name as a parameter which in turn introduces a dependency on X500Name. X500Name is not part of the API which should cause a compile error. Also, compile the core.platform.api.stubs against an empty boot classpath to ensure that all classes referenced by the API *are* in the API, which was not the case before. Bug: 113148576 Test: build Change-Id: I4509ec77361faf2c0b03f15e869b3cd5de8fc81a
Diffstat (limited to 'annotations/generate_annotated_java_files.py')
0 files changed, 0 insertions, 0 deletions