commit | 02a11bee998bda59cd420e2c8dd57f3684ee288a | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Thu Feb 11 13:18:06 2021 +0900 |
committer | Jooyung Han <jooyung@google.com> | Fri Feb 12 22:02:19 2021 +0000 |
tree | a73c7ddd01d0d9038cd825828f8e9fe7ca969e23 | |
parent | 1f56b70282b8e1dc23d9c4f1278b1e8bd219594a [diff] |
fix: --checkapi works with enum constants --checkapi should compare const values with "literal" values, not with evaluated values because --checkapi task can't resolve imported types. --checkapi=equal was relying on "Dump()" which relies on type/value/ resolution. Now --checkapi=equal dumps const values using literals, not evaluated values. Bug: 179950161 Test: m aidl_unittests Change-Id: I62c84f060036260bfcd9c1020e32715993378e26
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview