mirror of
https://github.com/topjohnwu/Magisk
synced 2025-09-01 14:15:30 +00:00
Do not realpath ANDROID_SDK_ROOT
This commit is contained in:
2
build.py
2
build.py
@@ -73,7 +73,7 @@ default_targets = ["magisk", "magiskinit", "magiskboot", "magiskpolicy", "busybo
|
|||||||
support_targets = default_targets + ["resetprop"]
|
support_targets = default_targets + ["resetprop"]
|
||||||
rust_targets = ["magisk", "magiskinit", "magiskboot", "magiskpolicy"]
|
rust_targets = ["magisk", "magiskinit", "magiskboot", "magiskpolicy"]
|
||||||
|
|
||||||
sdk_path = op.realpath(os.environ["ANDROID_SDK_ROOT"])
|
sdk_path = os.environ["ANDROID_SDK_ROOT"]
|
||||||
ndk_root = op.join(sdk_path, "ndk")
|
ndk_root = op.join(sdk_path, "ndk")
|
||||||
ndk_path = op.join(ndk_root, "magisk")
|
ndk_path = op.join(ndk_root, "magisk")
|
||||||
ndk_build = op.join(ndk_path, "ndk-build")
|
ndk_build = op.join(ndk_path, "ndk-build")
|
||||||
|
Reference in New Issue
Block a user