Skip to content

Commit

Permalink
Fix workflows x2
Browse files Browse the repository at this point in the history
  • Loading branch information
chiteroman committed Dec 5, 2023
1 parent ed71ed2 commit d022fa8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions app/src/main/cpp/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,5 @@ else ifeq ($(TARGET_ARCH_ABI),arm64-v8a)
LOCAL_C_INCLUDES += $(LOCAL_PATH)/shadowhook/arch/arm64
endif

LOCAL_STATIC_LIBRARIES := libcxx
LOCAL_LDLIBS := -llog
include $(BUILD_SHARED_LIBRARY)

LIBCXX := D:\libcxx
include $(LIBCXX)/Android.mk
include $(BUILD_SHARED_LIBRARY)
2 changes: 1 addition & 1 deletion app/src/main/cpp/Application.mk
Original file line number Diff line number Diff line change
@@ -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_CPPFLAGS := -std=c++20 -fno-exceptions -fno-rtti
APP_LDFLAGS := -Oz -flto -Wl,--icf=all -Wl,--exclude-libs,ALL -Wl,--gc-sections

0 comments on commit d022fa8

Please sign in to comment.