commit | 47b4033c36c2f5627dc2a01c98e7a9338934e4ae | [log] [tgz] |
---|---|---|
author | Devin Moore <devinmoore@google.com> | Wed Jan 03 18:00:19 2024 +0000 |
committer | Devin Moore <devinmoore@google.com> | Wed Jan 03 18:00:19 2024 +0000 |
tree | f26733acab89125efc437d8a009cdd67d0b24d56 | |
parent | 84427d10b5be53bc2a3af785a9c1deb524fd51aa [diff] |
Change return value when NDK symbol isn't present In nativewindo, if the NDK symbols aren't present the read/write parcel calls will fail. STATUS_FAILED_TRANSACTION is a special return value and shouldn't be used for this case. Return STATUS_INVALID_OPERATION instead. This change will allow the caller to handle the error. Test: m Bug: none Change-Id: I98f1319d8a67bd159825da9b7b533e9f709ad288