commit | 797b06b969a535e8e9577ac1657db48f08672a2f | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Jan 26 02:27:23 2022 +0000 |
committer | Steven Moreland <smoreland@google.com> | Mon Jan 31 22:42:42 2022 +0000 |
tree | 98ef17c8cf29c7652fbc4dc18fc10f6644d38163 | |
parent | e9f8aada763ffe78c5f78116394b54bf62e294c7 [diff] |
AIDL: fix string literal parsing. Even though AIDL doesn't support escaped literals, we should parse these so that we can have correct error messages (and correct parsing of the rest of the file). This also makes it pretty easy to add support if needed. Bug: 215037384 Test: aidl_unittests Change-Id: If1f2bdf4d3f5c0c7ab485d924072570af1790dee
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview