Roll back Pandroid/Hydra split

This commit is contained in:
wheremyfoodat 2023-12-27 00:46:37 +02:00
parent dc32e9a563
commit 0525d96aec
2 changed files with 3 additions and 4 deletions

View file

@ -388,10 +388,9 @@ if(ENABLE_VULKAN)
set(ALL_SOURCES ${ALL_SOURCES} ${RENDERER_VK_SOURCE_FILES})
endif()
if(ANDROID AND NOT BUILD_HYDRA_CORE)
if(ANDROID)
set(HEADER_FILES ${HEADER_FILES} include/jni_driver.hpp)
set(ALL_SOURCES ${ALL_SOURCES} src/jni_driver.cpp)
target_compile_definitions(Alber PRIVATE PANDA3DS_FRONTEND_PANDROID=1)
endif()
if(BUILD_HYDRA_CORE)