Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
95fb230b
Commit
95fb230b
authored
Nov 23, 2021
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to BusyBox 1.34.1
parent
632971af
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
35 additions
and
31 deletions
+35
-31
Android.mk
native/jni/external/Android.mk
+29
-29
busybox
native/jni/external/busybox
+1
-1
pcre
native/jni/external/pcre
+1
-1
pcre2_workaround.c
native/jni/external/pcre2_workaround.c
+4
-0
No files found.
native/jni/external/Android.mk
View file @
95fb230b
...
...
@@ -326,38 +326,38 @@ include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)
LIBPCRE2 := $(LOCAL_PATH)/pcre/include
LOCAL_MODULE:= libpcre2
LOCAL_CFLAGS := -DHAVE_CONFIG_H
LOCAL_CFLAGS := -DHAVE_CONFIG_H
-DPCRE2_CODE_UNIT_WIDTH=8
LOCAL_C_INCLUDES := $(LIBPCRE2) $(LIBPCRE2)_internal
LOCAL_EXPORT_C_INCLUDES := $(LIBPCRE2)
LOCAL_SRC_FILES := \
pcre/
dist2/
src/pcre2_auto_possess.c \
pcre/
dist2/src/pcre2_chartables
.c \
pcre/
dist2/src/pcre2_compile
.c \
pcre/
dist2/src/pcre2_config
.c \
pcre/
dist2/src/pcre2_contex
t.c \
pcre/
dist2/src/pcre2_convert
.c \
pcre/
dist2/src/pcre2_dfa_match
.c \
pcre/
dist2/src/pcre2_error
.c \
pcre/
dist2/src/pcre2_extuni
.c \
pcre/
dist2/src/pcre2_find_bracke
t.c \
pcre/
dist2/src/pcre2_fuzzsupport
.c \
pcre/
dist2/src/pcre2_jit_compile
.c \
pcre/
dist2/src/pcre2_maketables
.c \
pcre/
dist2/src/pcre2_match
.c \
pcre/
dist2/src/pcre2_match_data
.c \
pcre/
dist2/src/pcre2_newline
.c \
pcre/
dist2/src/pcre2_ord2utf
.c \
pcre/
dist2/src/pcre2_pattern_info
.c \
pcre/
dist2/src/pcre2_script_run
.c \
pcre/
dist2/src/pcre2_serialize
.c \
pcre/
dist2/src/pcre2_string_utils
.c \
pcre/
dist2/src/pcre2_study
.c \
pcre/
dist2/src/pcre2_substitute
.c \
pcre/
dist2/src/pcre2_substring
.c \
pcre/
dist2/src/pcre2_tables
.c \
pcre/
dist2/src/pcre2_ucd
.c \
pcre/
dist2/src/pcre2_valid_utf
.c \
pcre
/dist2/src/pcre2_xclass
.c
pcre/src/pcre2_auto_possess.c \
pcre/
src/pcre2_compile
.c \
pcre/
src/pcre2_config
.c \
pcre/
src/pcre2_context
.c \
pcre/
src/pcre2_conver
t.c \
pcre/
src/pcre2_dfa_match
.c \
pcre/
src/pcre2_error
.c \
pcre/
src/pcre2_extuni
.c \
pcre/
src/pcre2_find_bracket
.c \
pcre/
src/pcre2_fuzzsuppor
t.c \
pcre/
src/pcre2_maketables
.c \
pcre/
src/pcre2_match
.c \
pcre/
src/pcre2_match_data
.c \
pcre/
src/pcre2_jit_compile
.c \
pcre/
src/pcre2_newline
.c \
pcre/
src/pcre2_ord2utf
.c \
pcre/
src/pcre2_pattern_info
.c \
pcre/
src/pcre2_script_run
.c \
pcre/
src/pcre2_serialize
.c \
pcre/
src/pcre2_string_utils
.c \
pcre/
src/pcre2_study
.c \
pcre/
src/pcre2_substitute
.c \
pcre/
src/pcre2_substring
.c \
pcre/
src/pcre2_tables
.c \
pcre/
src/pcre2_ucd
.c \
pcre/
src/pcre2_valid_utf
.c \
pcre/
src/pcre2_xclass
.c \
pcre
2_workaround
.c
include $(BUILD_STATIC_LIBRARY)
# libxhook.a
...
...
busybox
@
78f06dcf
Subproject commit
41288302eda410e0834aebdec4d83be4ab9e4435
Subproject commit
78f06dcf1ea2a52de3d08f913333720abd59c58b
pcre
@
8e12681a
Subproject commit
465fb3954c063a938aafdec7ed9a15b3cd196086
Subproject commit
8e12681a1a252fd581830b2f65d1e154a2030bb9
native/jni/external/pcre2_workaround.c
0 → 100644
View file @
95fb230b
// Workaround pcre2_chartables.c symlink to pcre2_chartables.c.dist failing on Windows NDK if Cygwin git used,
// and NDK not directly accepting a .c.dist file in LOCAL_SRC_FILES list.
#include "pcre/src/pcre2_chartables.c.dist"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment