commit | 636fd2f81574bbe04070d28b62f0e992cb863b5e | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Thu Oct 22 11:33:45 2020 +0900 |
committer | Jooyung Han <jooyung@google.com> | Thu Oct 22 03:55:38 2020 +0000 |
tree | 8d76a8279525659225b834a63d147a37d5519327 | |
parent | b5c55cd7e8c4d8a4f95b5a67176fa1c5c96d4048 [diff] |
checkapi: enum type for new field should have 0 checkapi checks if new fields has a default value or it is nullable. But enum type can't have a default value(b/142893595) and can't be nullable. So checkapi should allow enum types as a new field if enum types have 0 as a valid value (enum type's implicit default value). Bug: 171003934 Test: aidl_unittests / aidl_integeration_test Change-Id: Ie4f262121e623cfe983111beb672a311b2a23128
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview