Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 372ae47e authored by Anton Ivanov's avatar Anton Ivanov Committed by Android (Google) Code Review
Browse files

Merge "Harden construction sites of android::StrongPointer." into main

parents e80937fb 75177e89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,6 +18,6 @@

namespace android {

const sp<Fence> Fence::NO_FENCE = sp<Fence>(new Fence);
const sp<Fence> Fence::NO_FENCE = sp<Fence>::make();

} // namespace android