Fix workflows x2

This commit is contained in:
chiteroman 2023-12-05 13:21:36 +01:00
parent ed71ed2dfa
commit d022fa82bc
No known key found for this signature in database
GPG Key ID: 19171A27D600CC72
3 changed files with 2 additions and 7 deletions

View File

@ -2,6 +2,5 @@
<project version="4"> <project version="4">
<component name="VcsDirectoryMappings"> <component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" /> <mapping directory="$PROJECT_DIR$" vcs="Git" />
<mapping directory="$PROJECT_DIR$/../../libcxx" vcs="Git" />
</component> </component>
</project> </project>

View File

@ -24,9 +24,5 @@ else ifeq ($(TARGET_ARCH_ABI),arm64-v8a)
LOCAL_C_INCLUDES += $(LOCAL_PATH)/shadowhook/arch/arm64 LOCAL_C_INCLUDES += $(LOCAL_PATH)/shadowhook/arch/arm64
endif endif
LOCAL_STATIC_LIBRARIES := libcxx
LOCAL_LDLIBS := -llog LOCAL_LDLIBS := -llog
include $(BUILD_SHARED_LIBRARY) include $(BUILD_SHARED_LIBRARY)
LIBCXX := D:\libcxx
include $(LIBCXX)/Android.mk

View File

@ -1,4 +1,4 @@
APP_STL := none APP_STL := system
APP_CFLAGS := -Oz -flto -fvisibility=hidden -fvisibility-inlines-hidden -faddrsig -ffunction-sections -fdata-sections APP_CFLAGS := -Oz -flto -fvisibility=hidden -fvisibility-inlines-hidden -faddrsig -ffunction-sections -fdata-sections
APP_CPPFLAGS := -std=c++20 -fno-exceptions -fno-rtti APP_CPPFLAGS := -std=c++20 -fno-exceptions -fno-rtti
APP_LDFLAGS := -Oz -flto -Wl,--icf=all -Wl,--exclude-libs,ALL -Wl,--gc-sections APP_LDFLAGS := -Oz -flto -Wl,--icf=all -Wl,--exclude-libs,ALL -Wl,--gc-sections