File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ if(NOT DEFINED FAKELINKER_MODULE_VERSION_NAME)
4747 set (FAKELINKER_MODULE_VERSION_NAME "3.1.0" )
4848endif ()
4949
50- configure_file ("${CMAKE_CURRENT_LIST_DIR } /module_config.h.in" "${CMAKE_CURRENT_LIST_DIR } /include/linker_version.h" )
50+ configure_file ("${CMAKE_CURRENT_SOURCE_DIR } /module_config.h.in" "${CMAKE_CURRENT_SOURCE_DIR } /include/linker_version.h" )
5151
5252message (STATUS "cmake version:${CMAKE_VERSION}
5353api:${ANDROID_PLATFORM}
@@ -153,7 +153,7 @@ if(FAKELINKER_INSTALL_TARGET)
153153 )
154154
155155 if (FAKELINKER_INSTALL_PRIVATE_HEADERS)
156- install (DIRECTORY "${CMAKE_CURRENT_LIST_DIR } /linker"
156+ install (DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR } /linker"
157157 DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} /fakelinker/fakelinker
158158 FILES_MATCHING PATTERN "*.h"
159159 )
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ class MapsHelper {
8585 bool VerifyLibraryMap ();
8686
8787private:
88- char line_[PAGE_SIZE + 256 + 1 ]{};
88+ char line_[4096 + 256 + 1 ]{};
8989 char path_[1024 ]{};
9090 char protect_[5 ]{' \0 ' };
9191 FILE *maps_fd_ = nullptr ;
You can’t perform that action at this time.
0 commit comments