summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android/extract-dummy.cpp
blob: a8b27bb0d89cb212af415b0e3f496e59e52b4d00 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#include <jni.h>
#include <extract.h>

extern "C" JNIEXPORT jintArray JNICALL
Java_org_qtproject_qt_android_ExtractStyle_extractNativeChunkInfo20(JNIEnv *, jobject, long)
{
    return 0;
}