8000 Support for SDK22 · CJavaScala/Xposed@40de1cc · GitHub
[go: up one dir, main page]

Skip to content

Commit 40de1cc

Browse files
committed
Support for SDK22
1 parent 155431f commit 40de1cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Android.mk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ ifeq (1,$(strip $(shell expr $(PLATFORM_SDK_VERSION) \>= 17)))
3636
LOCAL_CFLAGS += -DXPOSED_WITH_SELINUX=1
3737
endif
3838

39+
ifeq (1,$(strip $(shell expr $(PLATFORM_SDK_VERSION) \>= 22)))
40+
LOCAL_WHOLE_STATIC_LIBRARIES := libsigchain
41+
LOCAL_LDFLAGS := -Wl,--version-script,art/sigchainlib/version-script.txt -Wl,--export-dynamic
42+
endif
43+
3944
LOCAL_MODULE := xposed
4045
LOCAL_MODULE_TAGS := optional
4146
LOCAL_STRIP_MODULE := keep_symbols

0 commit comments

Comments
 (0)
0