Remove Android nanort overlay

This commit is contained in:
2026-06-12 20:23:23 +02:00
parent 876d19f481
commit 648404eec6
8 changed files with 49 additions and 37 deletions

View File

@@ -6,7 +6,8 @@ cmake_minimum_required(VERSION 3.10)
project(PanoPainterQuestNative LANGUAGES C CXX)
include(../cmake/PanoPainterAndroidLegacyCompat.cmake)
include(../cmake/PanoPainterAndroidVendorPatches.cmake)
pp_apply_android_nanort_patch()
# build native_app_glue as a static lib
add_library(
@@ -82,8 +83,10 @@ set(PP_MODERN_COMPONENT_SOURCES
../../src/legacy_document_session_services.cpp
../../src/legacy_grid_ui_services.cpp
../../src/legacy_history_services.cpp
../../src/legacy_preference_storage.cpp
../../src/legacy_quick_ui_services.cpp
../../src/legacy_recording_services.cpp
../../src/legacy_ui_overlay_services.cpp
)
# Specifies a library name, specifies whether the library is STATIC or
@@ -191,7 +194,6 @@ add_library(
target_compile_features(native-lib PRIVATE cxx_std_23)
set_target_properties(native-lib PROPERTIES CXX_EXTENSIONS OFF)
pp_configure_legacy_nanort_overlay(native-lib)
target_include_directories(native-lib PRIVATE
../../libs/ovr_mobile/include