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
Loading
Please register or sign in to comment