mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-08 22:07:24 +08:00
Add elf alignment check for Android artifacts (#13818)
(cherry picked from commit 4f11feb708)
This commit is contained in:
committed by
Sam Lantinga
parent
b2689ff76a
commit
0204a69f6b
4
.github/workflows/create-test-plan.py
vendored
4
.github/workflows/create-test-plan.py
vendored
@@ -554,6 +554,10 @@ def spec_to_job(spec: JobSpec, key: str, trackmem_symbol_names: bool) -> JobDeta
|
||||
"testmultiaudio-apk",
|
||||
"testsprite-apk",
|
||||
]
|
||||
|
||||
# -fPIC is required after updating NDK from 21 to 28
|
||||
job.cflags.append("-fPIC")
|
||||
job.cxxflags.append("-fPIC")
|
||||
case SdlPlatform.Emscripten:
|
||||
job.clang_tidy = False # clang-tidy does not understand -gsource-map
|
||||
job.shared = False
|
||||
|
||||
Reference in New Issue
Block a user