summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2019-11-04 10:26:47 +0000
committerPaul Duffin <paulduffin@google.com>2019-11-08 08:23:14 +0000
commit13a9dd604b1f2e813145156b129486761493ee4c (patch)
tree1bb9eb53cd05a356e14143c170a1d471e812ba91 /java/java.go
parent1f38237c125adfb2e7d3a27159e194cd7d5bf2e0 (diff)
Remove unnecessary constraint on previous_api
The constraint requires the previous_api property to be specified unless validating nullness. However, there is no reason within the Soong code why that should be. The only use of previous_api is as the argument to the metalava --migrate-nullness option which is only added when previous_api is specified. So, there is no reason in the Soong code for the constraint. Metalava also does not require the --migrate-nullness option to be specified unless validating nullness. So, there is no reason in metalava for the constraint. It is therefore safe to remove the constraint. Bug: 142113521 Test: m checkbuild Change-Id: I189071e215e928fdf43a39a03d540732743b7a32
Diffstat (limited to 'java/java.go')
0 files changed, 0 insertions, 0 deletions