commit | 639490b9ec6535cda7f24403237355c941e9fcb2 | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Wed Nov 01 13:49:41 2023 -0700 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Fri Nov 17 14:35:23 2023 -0800 |
tree | c3554b2f347302ee5ffb08ca0ee84b2fdb6f3db4 | |
parent | 8f33166621a04db00e1c0ec6d67884bc0b7f8849 [diff] [blame] |
Binder unique_fd Test: mma Bug: 302723053 Change-Id: I52f14cadb027b3f854946d5315dce3d23aa21b19
diff --git a/libs/binder/tests/binderParcelUnitTest.cpp b/libs/binder/tests/binderParcelUnitTest.cpp index 0a0dae0..34fc43f 100644 --- a/libs/binder/tests/binderParcelUnitTest.cpp +++ b/libs/binder/tests/binderParcelUnitTest.cpp
@@ -29,8 +29,8 @@ using android::status_t; using android::String16; using android::String8; -using android::base::unique_fd; using android::binder::Status; +using android::binder::unique_fd; TEST(Parcel, NonNullTerminatedString8) { String8 kTestString = String8("test-is-good");