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

Commit d8672751 authored by Robert Shih's avatar Robert Shih Committed by Android (Google) Code Review
Browse files

Merge changes from topic "presubmit-am-c6a57a2abb81415b9eb3e1eefcbc14cd" into tm-mainline-prod

* changes:
  [automerge] drm aidl client: dup hidl handle 2 2p: a7799d2f
  drm aidl client: dup hidl handle 2
parents e2a11cc7 cc835ef7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -375,7 +375,7 @@ int32_t CryptoHalAidl::setHeap(const sp<HidlMemory>& heap) {
    mHeapSizes.add(seqNum, heap->size());

    SharedBufferAidl memAidl;
    memAidl.handle = ::android::makeToAidl(heap->handle());
    memAidl.handle = ::android::dupToAidl(heap->handle());
    memAidl.size = heap->size();
    memAidl.bufferId = bufferId;