Skip to content

Commit

Permalink
support Android 12 for the minicap.so building.
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse <[email protected]>
  • Loading branch information
JesseCodeBones committed Oct 13, 2021
1 parent 336f5aa commit eba5a1f
Show file tree
Hide file tree
Showing 2 changed files with 404 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jni/minicap-shared/aosp/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ LOCAL_MODULE_TAGS := optional

ifneq ($(OVERRIDE_PLATFORM_SDK_VERSION),)
LOCAL_SRC_FILES += src/minicap_$(OVERRIDE_PLATFORM_SDK_VERSION).cpp
else ifeq ($(PLATFORM_SDK_VERSION),31)
LOCAL_SRC_FILES += src/minicap_31.cpp
else ifeq ($(PLATFORM_SDK_VERSION),30)
LOCAL_SRC_FILES += src/minicap_30.cpp
else ifeq ($(PLATFORM_SDK_VERSION),29)
Expand Down
Loading

0 comments on commit eba5a1f

Please sign in to comment.