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

Commit feb275ec 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 am: c2af792f

am: 0fbb9fb7

Change-Id: I4ce358173af397665b44c8a0943d34f301380ff7
parents ce495085 0fbb9fb7
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;