commit | 690f584f7f1a5510badc8f9c27417be3d5543e35 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Fri Dec 04 13:02:04 2020 +0900 |
committer | Jooyung Han <jooyung@google.com> | Sat Dec 05 08:24:45 2020 +0900 |
tree | bc30c3a5f47814d8c56dfd99e92ec6bdc2086787 | |
parent | cfe0800ed56527729a03d70ff9b4b8b1f7354c73 [diff] |
using references in constant expressions References to enumerators or other constants can be used in constant expressions. This enables setting defaults to enum type variables. References are resolved at compilation time. Note that recursive references are not supported yet. Bug: 142893595 Test: aidl_unittests Test: aidl_integration_test Change-Id: Ic7d7e74c1306462fa9148d474c764ebb9a5fae45
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview