Skip to content

Commit

Permalink
Rebuilt using latest source code
Browse files Browse the repository at this point in the history
  • Loading branch information
robertapengelly committed Mar 17, 2023
1 parent 18a391a commit 57b15fa
Show file tree
Hide file tree
Showing 37 changed files with 1,933 additions and 1,251 deletions.
Binary file added app/src/main/assets/armeabi-v7a/pdos_new.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion app/src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.18.1)
project("pdos_pdandro")

if (${ANDROID_ABI} STREQUAL "armeabi-v7a" OR ${ANDROID_ABI} STREQUAL "x86")
#if (${ANDROID_ABI} STREQUAL "armeabi-v7a")
#if (${ANDROID_ABI} STREQUAL "x86")
add_subdirectory(${CMAKE_SOURCE_DIR}/pdpclib/${ANDROID_ABI})
add_subdirectory(${CMAKE_SOURCE_DIR}/bios/${ANDROID_ABI})
#add_subdirectory(${CMAKE_SOURCE_DIR}/pcomm/${ANDROID_ABI})
Expand Down
Loading

0 comments on commit 57b15fa

Please sign in to comment.