commit | 7ba2e7ea7a44994ba0da16d906510f275233c1ee | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Mon Nov 13 13:18:57 2023 -0800 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Mon Nov 13 13:59:33 2023 -0800 |
tree | e054792bbf8b06cf6445b97301be0c5512c1b52b | |
parent | 897ac13a911b338ccf543335d5b3ee673837d252 [diff] [blame] |
Binder RPC test: check execl return status Also, add pragma guard to Utils.h since they are sometimes included in tests Bug: 302723053 Test: atest binderRpcTest Change-Id: Ic2632747375fa4847e1077d41dfa3192af68441d
diff --git a/libs/binder/Utils.h b/libs/binder/Utils.h index b8aaf67..eec09eb 100644 --- a/libs/binder/Utils.h +++ b/libs/binder/Utils.h
@@ -14,6 +14,8 @@ * limitations under the License. */ +#pragma once + #include <stddef.h> #include <sys/uio.h> #include <cstdint>