2
0
mirror of https://github.com/topjohnwu/Magisk synced 2025-08-31 10:25:11 +00:00

Separate libutils and libsystemproperties

This commit is contained in:
topjohnwu
2018-09-27 03:30:16 -04:00
parent df8b047bca
commit 41446ec9ba
31 changed files with 32 additions and 25 deletions

View File

@@ -171,7 +171,7 @@ def build_binary(args):
header('* Building binaries: ' + ' '.join(args.target))
# Force update logging.h timestamp to trigger recompilation for the flags to make a difference
os.utime(os.path.join('native', 'jni', 'include', 'logging.h'))
os.utime(os.path.join('native', 'jni', 'utils', 'include', 'logging.h'))
# Basic flags
base_flags = 'MAGISK_VERSION=\"{}\" MAGISK_VER_CODE={} MAGISK_DEBUG={}'.format(config['version'], config['versionCode'],