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

Commit c2af792f authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "HwBinder: don't rely on kernel headers." am: b0e60331

am: 1201b1b4

Change-Id: I6f83405794e747a505b75b6c4277e901e5ac6639
parents b8f9986a 1201b1b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@ status_t JHwBinder::onTransact(
        uint32_t flags,
        TransactCallback callback) {
    JNIEnv *env = AndroidRuntime::getJNIEnv();
    bool isOneway = (flags & TF_ONE_WAY) != 0;
    bool isOneway = (flags & IBinder::FLAG_ONEWAY) != 0;
    ScopedLocalRef<jobject> replyObj(env, nullptr);
    sp<JHwParcel> replyContext = nullptr;