commit | b3c77ed522767d8a5b2698fdd2da544086a91c4c | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Sat Dec 26 02:02:45 2020 +0900 |
committer | Jooyung Han <jooyung@google.com> | Tue Dec 29 02:00:43 2020 +0000 |
tree | 6eb1ff86196c45e99f1aa9c5c5430e8a60cd8eb5 | |
parent | 71a1b58f4357212de1fa8904078bec718988d320 [diff] |
AidlAnnotation::ParamValue() to retrieve param's value Similar to AnnotationParams() which returns a map<string, string> with all params and their stringified values. Even though this is useful when we pass them to generated Java code, it's not when the AIDL compiler needs to process annotations. ParamValue(param_name) looks up the parameter and returns the typed value. Bug: none Test: aidl_unittests Change-Id: I99aa8e6c0fd787350b02d3e84b642e387d41a40e
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview