summaryrefslogtreecommitdiff
path: root/platform/android/src/style/formatted_section.cpp
blob: ddcf76f816d1a366fbb41d284edc06169b611c80 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "formatted_section.hpp"

namespace mbgl {
namespace android {

void FormattedSection::registerNative(jni::JNIEnv& env) {
    jni::Class<FormattedSection>::Singleton(env);
}

} // namespace android
} // namespace mbgl